summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - It is now an error to specify both columns of a binary primaryjoinMike Bayer2009-05-081-4/+4
* - Fixed bug in relation(), introduced in 0.5.3,Mike Bayer2009-04-021-0/+1
* - Query.join() can now construct multiple FROM clauses, ifMike Bayer2009-03-151-8/+24
* docstrings for the hated fold_equivalents argument/functionMike Bayer2009-01-031-1/+4
* missed an ordering on a set. attempting to nail down linux-specific buildbo...Mike Bayer2008-12-191-1/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-8/+9
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-2/+4
* dont use names to find Annotated subclassesMike Bayer2008-12-091-4/+9
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-031-3/+3
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-061-3/+26
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-031-7/+63
* - Fixed bug whereby mapper couldn't initialize if a compositeMike Bayer2008-09-041-2/+14
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-6/+2
* commentMike Bayer2008-08-081-1/+5
* - Dropped `reversed` emulationJason Kirtland2008-07-151-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-6/+6
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-241-1/+1
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-1/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-112/+171
* - an unfortunate naming conflictMike Bayer2008-05-021-3/+3
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+57
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-0/+36
* - merged sync_simplify branchMike Bayer2008-04-041-2/+40