summaryrefslogtreecommitdiff
path: root/tests/test_copy.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Escape table and column names in cursor.copy_from() and .copy_to()Daniele Varrazzo2021-05-251-0/+18
* Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-181-1/+1
* Upgrade f-strings with flyntHugo van Kemenade2020-11-171-6/+4
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-8/+8
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-25/+10
* 'cursor.query' reports the query of the last COPY opearation tooDaniele Varrazzo2020-09-051-0/+22
* Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-271-4/+2
* Skip copy tests on CockroachDBDaniele Varrazzo2020-07-211-1/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-161-4/+4
* Other import moved to top level in testsDaniele Varrazzo2019-03-161-3/+1
* TextIOBase moved to tests compat importsDaniele Varrazzo2019-03-161-11/+5
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Use class decorators to decorate all testsdecorators-funDaniele Varrazzo2018-10-301-5/+2
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-3/+7
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-3/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-9/+9
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+2
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+2
* | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-011-3/+3
|/
* Remove io.TextIOBase workaround for Python <= 2.5Jon Dufresne2017-11-261-4/+1
* Use modern except syntax throughout projectJon Dufresne2017-11-201-1/+1
* Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+2
* Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-2/+5
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-17/+22
* Propagate read error messages in COPY FROMDaniele Varrazzo2015-02-081-0/+28
* Fixed segfault if COPY statements are executedDaniele Varrazzo2014-06-061-1/+39
* Skip rowcount on copy test on postgres < 8.2Daniele Varrazzo2014-05-131-1/+2
* Copy operations correctly set the cursor.rowcount attributeDaniele Varrazzo2014-05-051-0/+28
* Added test to verify copysize handling in copy_expertDaniele Varrazzo2013-05-061-0/+14
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-7/+4
* Tests tweaked to run on all the supported versionsDaniele Varrazzo2013-03-181-13/+3
* Allocate dynamically memory for the list of columns in COPYDaniele Varrazzo2011-09-121-0/+19
* Fixed copyfile refcount in copy_expertDaniele Varrazzo2011-06-071-0/+9
* Added complete roundtrip test with copy_expert and UnicodeDaniele Varrazzo2011-02-191-1/+34
* COPY sends unicode to a file if it derives from io.TextIoBaseDaniele Varrazzo2011-02-051-3/+57
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
| * All tests made executable.Daniele Varrazzo2011-01-071-0/+0
* | Use ascii_letters instead of letters.Daniele Varrazzo2010-12-311-6/+6
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-3/+3
|/
* Test cleanup.Daniele Varrazzo2010-11-191-1/+14
* Exceptions raised by the columns iterator propagated.Daniele Varrazzo2010-07-101-0/+14
* Added test to verify copy_from() with columns.Daniele Varrazzo2010-07-101-1/+14
* Added some COPY tests.Daniele Varrazzo2010-04-071-0/+104