summaryrefslogtreecommitdiff
path: root/tests/test_fast_executemany.py
Commit message (Expand)AuthorAgeFilesLines
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Always import the system unittestJon Dufresne2017-12-011-1/+1
* Skipped a couple of tests failing on old dbstest-dinosaursDaniele Varrazzo2017-02-061-0/+1
* Don't test with server not implementing INSERT with VALUES listDaniele Varrazzo2017-02-061-4/+8
* Avoid an useless encode/decode roundtrip in execute_values()Daniele Varrazzo2017-02-021-0/+237