summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_sequence.py
Commit message (Expand)AuthorAgeFilesLines
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-16/+43
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-16/+17
* Fix warnings raised by the testing moduleFederico Caselli2022-05-181-2/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-0/+68
* update execute() arg formats in modules and testsMike Bayer2021-01-151-3/+5
* Add reflection for Identity columnsFederico Caselli2020-09-281-1/+3
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+19
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-2/+4
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-45/+85
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-5/+5
* Clean up .execute calls in test_sequence.pyGord Thompson2020-04-121-36/+36
* Post black reformattingMike Bayer2019-01-061-6/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-66/+70
* Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+23
* - use config-based test schemaMike Bayer2016-02-081-5/+5
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-15/+13
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-2/+2
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+2
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-061-1/+57
* - add an explicit test for sequences "optional"Mike Bayer2013-02-061-0/+16
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-0/+54