summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+10
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+1
* - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-4/+7
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-10/+107
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-0/+22
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-1/+0
* - correct the commit from ref #3582 to refer to the correct sub-elementMike Bayer2015-11-111-1/+1
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-2/+5
* - altered part of the use contract first set up in #2992; weMike Bayer2015-04-271-1/+4
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-081-1/+3
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-76/+66
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-10/+18
* wip for #3148Mike Bayer2014-09-061-1/+5
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-56/+60
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-20/+0
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-1/+0
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-351/+42
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-1/+3
* cleanupMike Bayer2013-06-081-4/+1
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-0/+2
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-6/+5
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-5/+18
* OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-031-1/+2
* - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-021-1/+0
* getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-0/+1
* implement join rewriting inside of visit_select(). Currently this is global ...Mike Bayer2013-06-021-2/+5
* sqlite testsMike Bayer2013-05-261-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-8/+8
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-1/+1
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-1/+3
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-091-0/+3
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-15/+42
* - remove remote_foreign annotationMike Bayer2012-10-281-5/+26
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-3/+4
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-2/+2
* - we're going to attempt to get the type/operator system to eat its own dogfo...Mike Bayer2012-08-161-0/+2
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-47/+12
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-7/+7
* - [bug] ORM will perform extra effort to determineMike Bayer2012-07-051-58/+60