| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 1 | -7/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -2/+4 |
* | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -0/+22 |
* | - rework Annotated to no longer use __cmp__(), supply an __eq__() that | Mike Bayer | 2011-07-24 | 1 | -2/+6 |
* | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -1/+12 |
* | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 1 | -2/+4 |
* | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -2/+26 |
* | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -14/+13 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -73/+73 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - 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 |