summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+46
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-6/+2
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-241-4/+0
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+13
* Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-0/+4
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-1/+0
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-0/+17
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* 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
|\