| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 3 | -18/+42 |
| * | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
| * | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 1 | -3/+72 |
| * | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
| * | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 1 | -0/+236 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 1 | -0/+39 |
| * | - varchar requires a length | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| * | - add the test from ref #3614 as well for testing ref #3611 | Mike Bayer | 2015-12-21 | 1 | -0/+60 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -18/+99 |
| * | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 1 | -1/+130 |
| * | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 1 | -0/+15 |
| * | - use is_() here to more clearly show what's going wrong | Mike Bayer | 2015-10-19 | 1 | -13/+25 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+56 |
| * | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -0/+25 |
| * | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 1 | -12/+12 |
| * | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -6/+3 |
| * | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 1 | -0/+6 |
| * | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -0/+59 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -0/+25 |
| * | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -2/+120 |
| * | - use default dialect for compile test here | Mike Bayer | 2014-08-29 | 1 | -1/+2 |
| * | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 1 | -3/+16 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 5 | -34/+34 |
| * | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 2 | -40/+66 |
| * | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -0/+2 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-27 | 1 | -1/+1 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -0/+36 |
| * | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -3/+5 |
| * | - Fixed a bug involving the new flattened JOIN structures which | Mike Bayer | 2014-01-13 | 1 | -0/+134 |
| * | - dont run deletes here | Mike Bayer | 2014-01-13 | 1 | -0/+1 |
| * | - 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 |