summaryrefslogtreecommitdiff
path: root/test/orm/test_versioning.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-5/+5
* Convert execution to move through SessionMike Bayer2020-05-251-3/+3
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-1/+1
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-4/+3
* Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-231-68/+1
* Fixes for table-bound version_id_col against mapped selectableMike Bayer2020-01-111-0/+44
* Repair uncovered warning in persistnce.py; update versioning testsMike Bayer2019-12-311-107/+271
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-6/+6
* Post black reformattingMike Bayer2019-01-061-30/+27
* Run black -l 79 against all source filesMike Bayer2019-01-061-329/+446
* Ensure mapping has no version_id_generator when checking missing version_idMike Bayer2018-02-221-0/+83
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+3
* Additional fixes to sane rowcountMike Bayer2017-08-311-26/+44
* Add all versioning logic to _post_update()Mike Bayer2017-06-151-0/+136
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-0/+66
* detect and raise for version_id is NULLDiana Clarke2017-05-221-0/+73
* Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-221-0/+62
* Allow SQL expressions to be set on PK columnsMike Bayer2016-09-201-0/+32
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-0/+37
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-3/+16
* - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+88
* - add autoinc marker for oracleMike Bayer2015-06-251-2/+6
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-0/+134
* - further fixes and even better tests for this blockMike Bayer2015-01-191-1/+27
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-0/+14
* - fix whitespaceMike Bayer2014-07-251-2/+2
* PEP8 tidy for test/orm/test_versioning.pyTony Locke2014-07-191-148/+179
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - fix the uuid routine here to not run out of uuidsMike Bayer2014-03-241-20/+2
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+7
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-0/+86
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-4/+191
* getting everything to pass againMike Bayer2012-09-271-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [bug] Fixed bug where incorrect type informationMike Bayer2012-09-161-2/+8
* Added test and fix for version_id_col bug.Daniel Miller2012-09-121-1/+36
* -whitespace bonanza, contdMike Bayer2012-07-281-14/+14
* wrap another StaleDataError detection in supports_sane_row_countPhilip Jenvey2011-05-111-6/+8
* update warnings per zxjdbcPhilip Jenvey2011-04-231-2/+11
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-5/+9
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-12/+13
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-6/+6
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-22/+62
* - fix oracle testsMike Bayer2011-01-251-1/+1
* - Session.merge() will check the version id of the incomingMike Bayer2011-01-181-28/+86
* - whitespace removal bonanzaMike Bayer2011-01-021-25/+24
* - merge rfc0b9df5d9e0 from 0.6 branchMike Bayer2010-12-281-3/+91
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-12/+34