| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -3012/+0 |
* | - Fixed Query being able to join() from individual columns of | Mike Bayer | 2009-06-05 | 1 | -0/+10 |
* | - removed test.testing.ORMTest, test.fixtures, and all | Mike Bayer | 2009-06-02 | 1 | -202/+159 |
* | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -1/+1 |
* | this falls back to "expire" in any case since concat_op is not supported by t... | Mike Bayer | 2009-05-02 | 1 | -1/+1 |
* | Query.update() and Query.delete() should turn off eagerloads. Fixes #1378. | Ants Aasma | 2009-04-20 | 1 | -0/+51 |
* | - An alias() of a select() will convert to a "scalar subquery" | Mike Bayer | 2009-03-21 | 1 | -2/+11 |
* | - Query.group_by() properly takes into account aliasing applied | Mike Bayer | 2009-03-08 | 1 | -0/+14 |
* | unit test fixes | Mike Bayer | 2009-01-28 | 1 | -7/+9 |
* | - Query now implements __clause_element__() which produces | Mike Bayer | 2009-01-27 | 1 | -3/+43 |
* | - refined and clarified query.__join() for readabilityrel_0_5_2 | Mike Bayer | 2009-01-24 | 1 | -0/+36 |
* | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -38/+38 |
* | - Query.from_self() as well as query.subquery() both disable | Mike Bayer | 2009-01-15 | 1 | -2/+66 |
* | - query.join() raises an error when the target of the join | Mike Bayer | 2009-01-06 | 1 | -0/+32 |
* | added order_by test coverage as per [ticket:1218] | Mike Bayer | 2009-01-03 | 1 | -0/+20 |
* | - Fixed some deep "column correspondence" issues which could | Mike Bayer | 2009-01-03 | 1 | -1/+14 |
* | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 1 | -1/+9 |
* | - Query() can be passed a "composite" attribute | Mike Bayer | 2008-12-18 | 1 | -24/+6 |
* | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -4/+4 |
* | Broke out a specific values test and indicated that it fails on mssql due to ... | Michael Trier | 2008-12-12 | 1 | -4/+12 |
* | Corrected problem with bindparams not working properly with Query.delete and ... | Michael Trier | 2008-12-11 | 1 | -1/+22 |
* | - first() works as expected with Query.from_statement(). | Mike Bayer | 2008-12-10 | 1 | -16/+4 |
* | - Comparison of many-to-one relation to NULL is | Mike Bayer | 2008-11-21 | 1 | -1/+11 |
* | - Query.select_from(), from_statement() ensure | Mike Bayer | 2008-11-16 | 1 | -0/+27 |
* | Pulled out values test that uses boolean evaluation in the SELECT in order to... | Michael Trier | 2008-11-14 | 1 | -4/+10 |
* | Fixed up a lot of missing order_by statements in the tests when using offset.... | Michael Trier | 2008-11-14 | 1 | -9/+9 |
* | The str(query) output is also correct on the mssql dialect. | Michael Trier | 2008-11-14 | 1 | -1/+1 |
* | - Restored NotImplementedError on Cls.relation.in_() | Mike Bayer | 2008-11-10 | 1 | -0/+3 |
* | - Query.count() has been enhanced to do the "right | Mike Bayer | 2008-11-09 | 1 | -4/+45 |
* | - Query.count() and Query.get() return a more informative | Mike Bayer | 2008-11-08 | 1 | -0/+8 |
* | - Fixed bug in Query involving order_by() in conjunction with | Mike Bayer | 2008-11-06 | 1 | -2/+2 |
* | Added a label for pg. | Jason Kirtland | 2008-11-03 | 1 | -1/+1 |
* | - Fixed bug when using multiple query.join() with an aliased-bound | Mike Bayer | 2008-11-03 | 1 | -2/+12 |
* | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -44/+52 |
* | Added tests for Query.scalar(), .value() [ticket:1163] | Jason Kirtland | 2008-11-03 | 1 | -1/+21 |
* | revert r5220 inadvertently committed to trunk | Mike Bayer | 2008-11-02 | 1 | -50/+37 |
* | progress so far | Mike Bayer | 2008-11-02 | 1 | -37/+50 |
* | Corrected some ordering issues with tests. | Michael Trier | 2008-11-02 | 1 | -6/+5 |
* | - When using Query.join() with an explicit clause for the | Mike Bayer | 2008-10-25 | 1 | -0/+18 |
* | - "not equals" comparisons of simple many-to-one relation | Mike Bayer | 2008-10-18 | 1 | -1/+11 |
* | - fix outerjoin, add order_by for DB variance | Mike Bayer | 2008-10-04 | 1 | -4/+3 |
* | - using contains_eager() against an alias combined with an overall query alia... | Mike Bayer | 2008-10-04 | 1 | -7/+51 |
* | - Fixed up slices on Query (i.e. query[x:y]) to work properly | Mike Bayer | 2008-09-28 | 1 | -1/+41 |
* | more failing cases | Mike Bayer | 2008-09-18 | 1 | -2/+59 |
* | - "non-batch" mode in mapper(), a feature which allows | Mike Bayer | 2008-09-18 | 1 | -4/+78 |
* | - Added scalar() and value() methods to Query, each return a | Mike Bayer | 2008-09-11 | 1 | -0/+1 |
* | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -1/+1 |
* | - query.order_by().get() silently drops the "ORDER BY" from | Mike Bayer | 2008-09-06 | 1 | -0/+6 |
* | Make Query.update and Query.delete return the amount of rows matched | Ants Aasma | 2008-09-02 | 1 | -0/+17 |
* | - expire/fetch strategies are now default for Query.update/Query.delete. | Ants Aasma | 2008-08-25 | 1 | -5/+5 |