summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* - [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
* - rework Annotated to no longer use __cmp__(), supply an __eq__() thatMike Bayer2011-07-241-2/+6
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-1/+12
* - The join condition produced by with_parentMike Bayer2011-07-061-2/+4
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-2/+26
* - Changed the handling in determination of joinMike Bayer2011-05-071-14/+13
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-73/+73
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-221-3/+8
* - move topological, queue into utilMike Bayer2010-12-051-1/+2
* - Patched a case where query.join() would adapt theMike Bayer2010-09-211-0/+19
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-0/+25
* - Fixed bug that would prevent overridden clauseMike Bayer2010-06-261-3/+5
* - Modified the internals of "column annotation" such thatMike Bayer2010-06-141-1/+1
* - Added table.add_is_dependent_on(othertable), allows manualMike Bayer2010-05-131-0/+5
* - the _make_proxy() method of ColumnClause and Column now useMike Bayer2010-05-101-0/+4
* remove a few superfluous importsMike Bayer2010-04-291-1/+0
* breakthrough, wowMike Bayer2010-04-051-1/+1
* deletes, rudimentary many-to-onesMike Bayer2010-03-311-2/+0
* really got topological going. now that we aren't putting fricking mapped ob...Mike Bayer2010-03-311-2/+5
* - Fixed bug in Query whereby the usage of aliased() constructsMike Bayer2010-03-231-4/+6
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-191-25/+53
* - fixed internal error which would occur if calling has()Mike Bayer2010-03-111-1/+3
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-86/+0
* fixed DDL quoting with literal strings that have ' [ticket:1640]Mike Bayer2010-01-031-1/+8
* merge r6591, r6592 from 0.5 branch for PGInterval etc. /extractMike Bayer2009-12-291-0/+3
* - merge r6586 from 0.5 branch, for [ticket:1647]Mike Bayer2009-12-291-1/+85
* - Session.execute() now locates table- andMike Bayer2009-12-081-2/+8
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-0/+20
* - query.get() can be used with a mapping to an outer joinMike Bayer2009-11-091-0/+18
* some cleanupMike Bayer2009-10-211-11/+22
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-7/+7
* - Fixed an obscure issue whereby a joined-table subclassMike Bayer2009-08-281-1/+12
* merged [ticket:1486] fix from 0.6Mike Bayer2009-07-281-1/+1
* - Fixed bug whereby a load/refresh of joined tableMike Bayer2009-07-251-7/+4