summaryrefslogtreecommitdiff
path: root/test/sql/test_insert_exec.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-86/+118
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+1
* Return Row for CursorResult.inserted_primary_keyMike Bayer2021-04-111-5/+14
* update execute() arg formats in modules and testsMike Bayer2021-01-151-4/+6
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+15
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-78/+114
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-6/+1
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-6/+1
* | Updates for MariaDB sequencesFederico Caselli2020-08-221-11/+61
|/
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-0/+2
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-10/+10
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-14/+16
* Repair inline flagMike Bayer2020-02-221-4/+4
* Result initial introductionMike Bayer2020-02-211-1/+1
* Fix typosMin ho Kim2019-07-211-1/+1
* Include newlines in StatementError formattingNate Clark2019-02-201-2/+2
* Post black reformattingMike Bayer2019-01-061-20/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-141/+200
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+1
* Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-1/+1
* - fix bool testMike Bayer2015-09-271-1/+1
* - break out critical aspects of test_query into their own testsMike Bayer2015-09-271-0/+445