| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1436/+0 |
* | - removed test.testing.ORMTest, test.fixtures, and all | Mike Bayer | 2009-06-02 | 1 | -3/+4 |
* | - Removed all* O(N) scanning behavior from the flush() process, | Mike Bayer | 2009-05-17 | 1 | -2/+2 |
* | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -1/+60 |
* | - Session.scalar() now converts raw SQL strings to text() | Mike Bayer | 2009-02-17 | 1 | -0/+6 |
* | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -12/+14 |
* | if at first you don't succeed, fail, fail again | Mike Bayer | 2009-01-05 | 1 | -1/+1 |
* | - Generalized the IdentityManagedState._instance_dict() callable | Mike Bayer | 2009-01-05 | 1 | -0/+8 |
* | Added note for mssql about using snapshot isolation in order to get multiple | Michael Trier | 2009-01-02 | 1 | -4/+0 |
* | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -1/+1 |
* | Implemented experimental savepoint support in mssql. There are still some fai... | Michael Trier | 2008-12-11 | 1 | -1/+1 |
* | Flagged another transaction test as causing mssql to hang. Need to look into ... | Michael Trier | 2008-11-10 | 1 | -0/+1 |
* | add two new hooks for bulk operations to SessionExtension: | Martijn Faassen | 2008-11-06 | 1 | -0/+12 |
* | the recent change to garbage collection of InstanceState meant that | Mike Bayer | 2008-10-30 | 1 | -0/+15 |
* | - Improved weakref identity map memory management to no longer | Mike Bayer | 2008-10-19 | 1 | -1/+1 |
* | Fixed session.transaction.commit() on a autocommit=False session not starting... | Ants Aasma | 2008-09-30 | 1 | -0/+9 |
* | - session.execute() will execute a Sequence object passed to | Mike Bayer | 2008-09-28 | 1 | -28/+12 |
* | - rearranged delete() so that the object is attached before | Mike Bayer | 2008-09-05 | 1 | -2/+6 |
* | recheck the dirty list if extensions are present | Mike Bayer | 2008-08-30 | 1 | -1/+30 |
* | - Session.delete() adds the given object to the session if | Mike Bayer | 2008-08-24 | 1 | -0/+4 |
* | - The before_flush() hook on SessionExtension takes place | Mike Bayer | 2008-08-17 | 1 | -0/+66 |
* | - renamed autoexpire to expire_on_commit | Mike Bayer | 2008-08-03 | 1 | -1/+1 |
* | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -13/+5 |
* | - Fixed a series of potential race conditions in | Mike Bayer | 2008-07-18 | 1 | -1/+81 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -1/+0 |
* | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-15 | 1 | -2/+5 |
* | - Added is_active flag to Sessions to detect when | Mike Bayer | 2008-06-17 | 1 | -1/+9 |
* | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 1 | -5/+1 |
* | - unrolled loops for the simplified Session.get_bind() args | Jason Kirtland | 2008-05-21 | 1 | -2/+11 |
* | - globally renamed refresh_instance to refresh_state | Mike Bayer | 2008-05-21 | 1 | -9/+1 |
* | - Centralized 'x is not mapped' reporting into sa.orm.exc. | Jason Kirtland | 2008-05-21 | 1 | -0/+139 |
* | pool_threadlocal is off by default [ticket:1049] | Mike Bayer | 2008-05-19 | 1 | -1/+14 |
* | dont raise assertions when in autocommit mode [ticket:1046] | Mike Bayer | 2008-05-16 | 1 | -0/+11 |
* | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 1 | -6/+6 |
* | Chipping away at remaining cruft. | Jason Kirtland | 2008-05-10 | 1 | -48/+48 |
* | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -253/+291 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -319/+101 |
* | - added "after_begin()" hook to Session | Mike Bayer | 2008-05-06 | 1 | -3/+9 |
* | Explicit test of .autoflush(False) to avoid issues with save_on_init=True [ti... | Jason Kirtland | 2008-04-22 | 1 | -1/+31 |
* | flush(objects=[]) is a no-op [ticket:928] | Jason Kirtland | 2008-04-22 | 1 | -0/+14 |
* | - trailing whitespace... | Jason Kirtland | 2008-03-17 | 1 | -43/+43 |
* | - DEFAULT VALUES again. | Jason Kirtland | 2008-03-17 | 1 | -1/+1 |
* | fix insert() to have values (supports buildbot's SQLite) | Mike Bayer | 2008-03-16 | 1 | -1/+1 |
* | Session.execute can now find binds from metadata | Ants Aasma | 2008-03-12 | 1 | -0/+15 |
* | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 1 | -0/+15 |
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -2/+2 |
* | - added standalone "query" class attribute generated | Mike Bayer | 2008-01-25 | 1 | -4/+7 |
* | - parent transactions weren't started on the connection when adding a connect... | Ants Aasma | 2008-01-20 | 1 | -1/+117 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -32/+32 |
* | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -6/+6 |