| Commit message (Expand) | Author | Age | Files | Lines |
| * | ignore columns that don't resolve here either. | Mike Bayer | 2012-05-19 | 1 | -1/+10 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -36/+128 |
| |\ |
|
| | * | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -3/+11 |
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -2/+2 |
| | * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -2/+1 |
| | * | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -1/+6 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -6/+70 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -17/+31 |
| * | | - [bug] Fixed bug in expression annotation | Mike Bayer | 2012-03-31 | 1 | -9/+21 |
| |/ |
|
| * | - 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 |