summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* absolute imports in core, sqlMike Bayer2012-06-231-3/+3
* ignore columns that don't resolve here either.Mike Bayer2012-05-191-1/+10
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-36/+128
|\
| * start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-3/+11
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-2/+2
| * many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-2/+1
| * tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-1/+6
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-6/+70
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-17/+31
* | - [bug] Fixed bug in expression annotationMike Bayer2012-03-311-9/+21
|/
* - Fixed regression from 0.6 whereby ifMike Bayer2012-01-101-7/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - added "adapt_on_names" boolean flag to orm.aliased()Mike Bayer2011-09-191-2/+4
* - Improvement to multi-param statement logging,Mike Bayer2011-08-221-0/+22