summaryrefslogtreecommitdiff
path: root/test/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1436/+0
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-3/+4
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-2/+2
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-1/+60
* - Session.scalar() now converts raw SQL strings to text()Mike Bayer2009-02-171-0/+6
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-12/+14
* if at first you don't succeed, fail, fail againMike Bayer2009-01-051-1/+1
* - Generalized the IdentityManagedState._instance_dict() callableMike Bayer2009-01-051-0/+8
* Added note for mssql about using snapshot isolation in order to get multipleMichael Trier2009-01-021-4/+0
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-1/+1
* Implemented experimental savepoint support in mssql. There are still some fai...Michael Trier2008-12-111-1/+1
* Flagged another transaction test as causing mssql to hang. Need to look into ...Michael Trier2008-11-101-0/+1
* add two new hooks for bulk operations to SessionExtension:Martijn Faassen2008-11-061-0/+12
* the recent change to garbage collection of InstanceState meant thatMike Bayer2008-10-301-0/+15
* - Improved weakref identity map memory management to no longerMike Bayer2008-10-191-1/+1
* Fixed session.transaction.commit() on a autocommit=False session not starting...Ants Aasma2008-09-301-0/+9
* - session.execute() will execute a Sequence object passed toMike Bayer2008-09-281-28/+12
* - rearranged delete() so that the object is attached beforeMike Bayer2008-09-051-2/+6
* recheck the dirty list if extensions are presentMike Bayer2008-08-301-1/+30
* - Session.delete() adds the given object to the session ifMike Bayer2008-08-241-0/+4
* - The before_flush() hook on SessionExtension takes placeMike Bayer2008-08-171-0/+66
* - renamed autoexpire to expire_on_commitMike Bayer2008-08-031-1/+1
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-13/+5
* - Fixed a series of potential race conditions inMike Bayer2008-07-181-1/+81
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* - Added a new SessionExtension hook called after_attach().Mike Bayer2008-07-151-2/+5
* - Added is_active flag to Sessions to detect whenMike Bayer2008-06-171-1/+9
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-5/+1
* - unrolled loops for the simplified Session.get_bind() argsJason Kirtland2008-05-211-2/+11
* - globally renamed refresh_instance to refresh_stateMike Bayer2008-05-211-9/+1
* - Centralized 'x is not mapped' reporting into sa.orm.exc.Jason Kirtland2008-05-211-0/+139
* pool_threadlocal is off by default [ticket:1049]Mike Bayer2008-05-191-1/+14
* dont raise assertions when in autocommit mode [ticket:1046]Mike Bayer2008-05-161-0/+11
* - Removed @unsupportedJason Kirtland2008-05-141-6/+6
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-48/+48
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-253/+291
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-319/+101
* - added "after_begin()" hook to SessionMike Bayer2008-05-061-3/+9
* Explicit test of .autoflush(False) to avoid issues with save_on_init=True [ti...Jason Kirtland2008-04-221-1/+31
* flush(objects=[]) is a no-op [ticket:928]Jason Kirtland2008-04-221-0/+14
* - trailing whitespace...Jason Kirtland2008-03-171-43/+43
* - DEFAULT VALUES again.Jason Kirtland2008-03-171-1/+1
* fix insert() to have values (supports buildbot's SQLite)Mike Bayer2008-03-161-1/+1
* Session.execute can now find binds from metadataAnts Aasma2008-03-121-0/+15
* - the value of a bindparam() can be a callable, in whichMike Bayer2008-02-221-0/+15
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - added standalone "query" class attribute generatedMike Bayer2008-01-251-4/+7
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-201-1/+117
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-32/+32
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-6/+6