summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Always check that discarded state is the expected oneMike Bayer2017-09-041-1/+62
* Additional fixes to sane rowcountMike Bayer2017-08-311-0/+1
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-1/+32
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-70/+71
* Support python3.6Mike Bayer2017-01-131-3/+3
* Ensure session.no_autoflush uses finallyplumSemPy2017-01-041-1/+12
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-271-1/+32
* Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-291-1/+2
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-19/+86
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-1/+20
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-0/+3
* Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-194/+59
|\
| * - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-1/+49
| * - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-5/+10
| * - move BindTest into orm/test_bindsMike Bayer2014-10-141-188/+0
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-021-0/+1
|\ \ | |/
| * - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-0/+1
* | - skip these methodsMike Bayer2014-08-201-1/+3
|/
* 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