summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_update_delete.py
Commit message (Expand)AuthorAgeFilesLines
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* add sane_rowcount to SimpleUpdateDeleteTestMike Bayer2022-04-091-0/+1
* Repair exception handling in CursorResultFederico Caselli2021-03-301-0/+2
* update execute() arg formats in modules and testsMike Bayer2021-01-151-1/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-11/+9
* Clean up .execute calls in remaining suite testsGord Thompson2020-04-121-15/+16
* Post black reformattingMike Bayer2019-01-061-4/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+14
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-6/+6
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-4/+2
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-0/+64