summaryrefslogtreecommitdiff
path: root/test/sql/test_sequences.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-151/+157
* fully implement future engine and remove legacyMike Bayer2021-11-071-10/+0
* Fix and test sequences w/ executemany in pre-exec scenariosMike Bayer2021-09-021-1/+72
* Handle Sequence in _process_multiparam_default_bindMike Bayer2021-04-261-0/+38
* Derive `next_value.type` from `Sequence.data_type` if availableBryan Forbes2021-04-181-0/+5
* Allow dropping a schema with a sequence shared by more than one table.Federico Caselli2021-03-201-9/+58
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+2
* remove more bound metadataMike Bayer2021-01-051-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-1/+1
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-61/+3
* upgrade to black 20.8b1Mike Bayer2020-09-281-12/+44
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-5/+5
* Updates for MariaDB sequencesFederico Caselli2020-08-221-20/+11
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+1
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-31/+41
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+10
* Modernize test_defaultsMike Bayer2020-04-101-0/+555