summaryrefslogtreecommitdiff
path: root/test/orm/test_versioning.py
Commit message (Expand)AuthorAgeFilesLines
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-9/+1
* dont add non-server-side cols to returning for versioningMike Bayer2023-02-031-119/+43
* add context for warnings emitted from configure_mappers(), autoflush()jonathan vanasco2023-01-241-4/+4
* ORM bulk insert via executeMike Bayer2022-09-241-4/+6
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-88/+143
* move bindparam quote application from compiler to defaultMike Bayer2022-05-291-0/+52
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-2/+4
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-3/+3
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-5/+5
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-10/+17
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-10/+17
* | warnings: cascade_backrefsMike Bayer2021-10-281-1/+1
|/
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-33/+52
* test update_nowait - added support in MariaDB-10.3Daniel Black2021-09-161-0/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-10/+10
* remove more bound metadataMike Bayer2021-01-051-40/+37
* 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