summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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