summaryrefslogtreecommitdiff
path: root/test/orm/test_versioning.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - The value of version_id_col can be changedMike Bayer2010-07-241-3/+41
* - apparently [ticket:1761] was covered in tests already.Mike Bayer2010-04-041-1/+1
* - Session.refresh() now does an equivalent expire()Mike Bayer2010-03-291-10/+32
* - added "lockmode" kw argument to Session.refresh(), willMike Bayer2010-03-191-1/+14
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
* - Fixed bug which caused "row switch" logic, that is anMike Bayer2010-03-161-0/+307