| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -3/+8 |
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
* | - Patched a case where query.join() would adapt the | Mike Bayer | 2010-09-21 | 1 | -0/+19 |
* | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -0/+25 |
* | - Fixed bug that would prevent overridden clause | Mike Bayer | 2010-06-26 | 1 | -3/+5 |
* | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
* | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+5 |
* | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 1 | -0/+4 |
* | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 1 | -1/+0 |
* | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -1/+1 |
* | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -2/+0 |
* | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -2/+5 |
* | - Fixed bug in Query whereby the usage of aliased() constructs | Mike Bayer | 2010-03-23 | 1 | -4/+6 |
* | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -25/+53 |
* | - fixed internal error which would occur if calling has() | Mike Bayer | 2010-03-11 | 1 | -1/+3 |
* | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -86/+0 |
* | fixed DDL quoting with literal strings that have ' [ticket:1640] | Mike Bayer | 2010-01-03 | 1 | -1/+8 |
* | merge r6591, r6592 from 0.5 branch for PGInterval etc. /extract | Mike Bayer | 2009-12-29 | 1 | -0/+3 |
* | - merge r6586 from 0.5 branch, for [ticket:1647] | Mike Bayer | 2009-12-29 | 1 | -1/+85 |
* | - Session.execute() now locates table- and | Mike Bayer | 2009-12-08 | 1 | -2/+8 |
* | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -0/+20 |
* | - query.get() can be used with a mapping to an outer join | Mike Bayer | 2009-11-09 | 1 | -0/+18 |
* | some cleanup | Mike Bayer | 2009-10-21 | 1 | -11/+22 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -7/+7 |
* | - Fixed an obscure issue whereby a joined-table subclass | Mike Bayer | 2009-08-28 | 1 | -1/+12 |
* | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 1 | -1/+1 |
* | - Fixed bug whereby a load/refresh of joined table | Mike Bayer | 2009-07-25 | 1 | -7/+4 |
* | - It is now an error to specify both columns of a binary primaryjoin | Mike Bayer | 2009-05-08 | 1 | -4/+4 |
* | - Fixed bug in relation(), introduced in 0.5.3, | Mike Bayer | 2009-04-02 | 1 | -0/+1 |
* | - Query.join() can now construct multiple FROM clauses, if | Mike Bayer | 2009-03-15 | 1 | -8/+24 |
* | docstrings for the hated fold_equivalents argument/function | Mike Bayer | 2009-01-03 | 1 | -1/+4 |
* | missed an ordering on a set. attempting to nail down linux-specific buildbo... | Mike Bayer | 2008-12-19 | 1 | -1/+1 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -8/+9 |
* | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -2/+4 |
* | dont use names to find Annotated subclasses | Mike Bayer | 2008-12-09 | 1 | -4/+9 |
* | - Two fixes to help prevent out-of-band columns from | Mike Bayer | 2008-12-03 | 1 | -3/+3 |
* | - Fixed bug in Query involving order_by() in conjunction with | Mike Bayer | 2008-11-06 | 1 | -3/+26 |
* | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -7/+63 |
* | - Fixed bug whereby mapper couldn't initialize if a composite | Mike Bayer | 2008-09-04 | 1 | -2/+14 |
* | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 1 | -6/+2 |
* | comment | Mike Bayer | 2008-08-08 | 1 | -1/+5 |
* | - Dropped `reversed` emulation | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -6/+6 |
* | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
* | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -1/+6 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -112/+171 |
* | - an unfortunate naming conflict | Mike Bayer | 2008-05-02 | 1 | -3/+3 |
* | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+57 |
* | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -0/+36 |
* | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -2/+40 |