summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Improved the behavior of instance management regardingMike Bayer2013-04-201-0/+144
* move this test to have its own data, avoid FK violationsMike Bayer2013-02-211-18/+21
* - Added new helper function :func:`.was_deleted`, returns TrueMike Bayer2013-02-201-1/+19
* - pep8 cleanupMike Bayer2013-02-201-36/+32
* - [bug] Continuing [ticket:2566] regarding extraMike Bayer2012-10-061-0/+42
* - break session tests into smaller suites. still some ambiguity whatMike Bayer2012-10-061-417/+439
* - [feature] The Session will produce warningsMike Bayer2012-10-041-0/+93
* getting everything to pass againMike Bayer2012-09-271-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-7/+7
* - add a test to make sure we've tested session.execute(stmt, multiparams)Mike Bayer2012-09-091-0/+15
* - add req's for predictable gcMike Bayer2012-09-051-3/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* remove deprecatedsMike Bayer2012-06-081-1/+0
* - [bug] The "passive" flag on Session.is_modified()Mike Bayer2012-04-241-1/+4
* - the inspect interface is done, needs docs.Mike Bayer2012-04-041-1/+1
* - [feature] Added "no_autoflush" contextMike Bayer2012-02-251-0/+17
* move most tests that are specific to SessionTransaction over to test_transactionMike Bayer2012-01-271-382/+0
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-7/+56
* -re-document the is_modified method, and place significant caveatsMike Bayer2011-12-041-47/+107
* - When an open Session is garbage collected, the objectsMike Bayer2011-09-241-0/+29
* - Fixed bug where transaction-level "deleted"Mike Bayer2011-06-051-0/+15
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-10/+15
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+6
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-60/+59
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-57/+142
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-7/+7
* - adjust gc_collect for pypyMike Bayer2011-03-151-0/+2
* - some changes to the identity map regardingMike Bayer2011-03-041-1/+1
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-1/+1
* - Adjusted flush accounting step to occur beforeMike Bayer2011-02-071-15/+0
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-0/+15
* - Session weak_instance_dict=False is deprecated.Mike Bayer2011-02-051-0/+3
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-181-0/+25
* - whitespace removal bonanzaMike Bayer2011-01-021-58/+58
* - move session/mapper events/extension tests into orm/test_events.pyMike Bayer2010-12-311-382/+0
* - removes the "on_" prefix.Mike Bayer2010-12-301-36/+36
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-1/+1
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-10/+10
* - fix bug preventing multiple SessionExtensions from being correctly converte...Mike Bayer2010-11-281-0/+20
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-5/+5
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* | - merge no-save-cascade collection flushes branch, [ticket:1973]Mike Bayer2010-11-201-39/+0
|\ \
| * | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation...Mike Bayer2010-11-171-39/+0
| |/
* | - SessionEvents is on board and the event model is done, can start building 0...Mike Bayer2010-11-141-175/+358
|/
* - fix test_single test to use default dialectMike Bayer2010-09-151-3/+30
* - Added a mutex to the identity map which mutexesMike Bayer2010-09-071-1/+17
* - An object that's been deleted now gets a flagMike Bayer2010-08-261-0/+46
* - object_session() raises the properMike Bayer2010-08-181-1/+16
* - experimenting with pytidy with mods as a textmate plugin alongMike Bayer2010-07-101-88/+128