summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-5/+5
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-3/+33
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-4/+4
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-1/+1
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-8/+1
* Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-231-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-17/+34
* Repair broken call to sys.exc_info()Mike Bayer2020-03-111-0/+23
* Implement explicit autobegin step for SessionMike Bayer2020-01-031-0/+59
* Warn for object replaced in identity map during flushMike Bayer2019-10-041-0/+48
* Include newlines in StatementError formattingNate Clark2019-02-201-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-236/+4
* move to inspect_getfullargspecMike Bayer2019-01-151-2/+2
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-0/+46
* Post black reformattingMike Bayer2019-01-061-39/+37
* Run black -l 79 against all source filesMike Bayer2019-01-061-308/+450
* Modernize deferred callable for many-to-one comparisonMike Bayer2018-11-101-31/+165
* 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