| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 1 | -0/+1 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -14/+65 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 3 | -6/+0 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -1/+0 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -0/+1 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -2/+33 |
| * | add better tests for [ticket:2750] | Mike Bayer | 2013-06-30 | 1 | -3/+45 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -3/+23 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -1/+2 |
| * | Fixed bug in polymorphic SQL generation where multiple joined-inheritance | Mike Bayer | 2013-06-15 | 1 | -1/+91 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 2 | -13/+134 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 2 | -11/+55 |
| * | a test for what's breaking, plus a non-working fix for it... | Mike Bayer | 2013-06-05 | 1 | -1/+47 |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -5/+4 |
| * | - eager loads | Mike Bayer | 2013-06-04 | 1 | -60/+38 |
| * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 1 | -1/+24 |
| * | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -2/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 9 | -177/+177 |
| * | and a lot of tests. five fail without the change | Mike Bayer | 2013-04-26 | 1 | -0/+264 |
| * | order the properties here to get the SQL to be deterministic | Mike Bayer | 2013-04-20 | 1 | -7/+7 |
| * | Fixed bug whereby ORM would run the wrong kind of | Mike Bayer | 2013-04-11 | 1 | -2/+49 |
| * | Fixed bug when a query of the form: | Mike Bayer | 2013-04-09 | 1 | -0/+1 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -0/+67 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 3 | -36/+248 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 5 | -5/+10 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 16 | -59/+60 |
| * | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -4/+8 |
| * | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -1/+2 |
| * | fixes for pg9 | Mike Bayer | 2012-08-22 | 1 | -2/+2 |
| * | - [bug] with_polymorphic() produces JOINs | Mike Bayer | 2012-08-01 | 1 | -0/+99 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 2 | -6/+3 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 8 | -258/+258 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -1/+1 |
| * | pypy doesn't seem to decrement __subclasses__(), just skip for now | Mike Bayer | 2012-07-17 | 1 | -0/+3 |
| * | - [bug] Fixed bug mostly local to new | Mike Bayer | 2012-07-14 | 1 | -8/+18 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 2 | -6/+65 |
| * | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -66/+103 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 2 | -128/+104 |
| * | - [feature] New standalone function with_polymorphic() | Mike Bayer | 2012-04-23 | 1 | -0/+113 |
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -5/+3 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -1/+5 |
| |\ |
|
| | * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -1/+5 |
| * | | another oracle failure | Mike Bayer | 2012-03-14 | 1 | -0/+4 |
| * | | add autoincrements here hopefully fixing oracle test | Mike Bayer | 2012-03-14 | 1 | -4/+8 |
| * | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -3/+64 |
| * | | remove the "produce test" approach from the polymorphic_rel tests, | Mike Bayer | 2012-02-28 | 2 | -1520/+1609 |
| * | | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 4 | -1308/+1872 |
| * | | modify these tests to ensure the CASE output is being used fully | Mike Bayer | 2012-02-14 | 1 | -16/+22 |
| |/ |
|
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+32 |
| * | - rework the test suite to make use of SkipTest for tests skipped, unsupporte... | Mike Bayer | 2012-01-22 | 1 | -2/+2 |