summaryrefslogtreecommitdiff
path: root/test/orm/test_session.py
Commit message (Expand)AuthorAgeFilesLines
* Add Executable to DefaultGeneratorMike Bayer2021-06-231-8/+18
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Ensure autobegin occurs for attribute changes; Document autobeginMike Bayer2021-04-261-0/+75
* Dont return outer transaction for _subtrans flagMike Bayer2021-04-091-0/+58
* Fix typo in Session.identity_keyMike Bayer2021-03-161-3/+4
* Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-9/+11
* remove more bound metadataMike Bayer2021-01-051-60/+67
* remove metadata.bind use from test suiteMike Bayer2021-01-031-1/+1
* fix some pep8 warningsMike Bayer2020-12-151-1/+0
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-41/+23
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-36/+37
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-1/+1
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-25/+30
* Emit deprecation warning for **kw passed to session.execute()Mike Bayer2020-09-111-5/+7
* 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
|/