summaryrefslogtreecommitdiff
path: root/tests/test_copy.py
Commit message (Expand)AuthorAgeFilesLines
* 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