summaryrefslogtreecommitdiff
path: root/tests/test_quote.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-1/+1
* Use relative imports throughout testsJon Dufresne2017-12-101-5/+5
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Skipped a couple of tests failing on old dbstest-dinosaursDaniele Varrazzo2017-02-061-0/+1
* Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-061-2/+2
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-241-4/+6
* Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-9/+9
* Throw an exception when a NUL character is used as a parameter.Alexander Schrijver2016-07-181-0/+9
* Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-011-3/+12
* Fixed encoding tests on Py3Daniele Varrazzo2016-07-011-3/+3
* Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-011-3/+9
* Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-011-5/+42
* Proper unicode handling in quote_ident.Oleksandr Shulgin2015-10-151-1/+12
* Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-0/+7
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-16/+3
* Avoid encoding strdup in qstring adapterDaniele Varrazzo2013-04-051-0/+16
* Update all links to PostgreSQL docs to the current version.Marti Raudsepp2012-02-281-2/+2
* Raise an exception if the libpq fails to decode bytea in hex formatDaniele Varrazzo2011-02-231-0/+4
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+23
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+23
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-1/+1
|\ \ | |/
| * Don't register the unicode typecaster globally during testsDaniele Varrazzo2011-01-031-1/+1
* | Several tests ported to Python 3.Daniele Varrazzo2010-12-311-4/+11
* | Added tests to verify a couple of incomplete encodings.Daniele Varrazzo2010-12-311-1/+51
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-2/+2
|/
* Test cleanup.Daniele Varrazzo2010-11-191-5/+4
* 2008-04-21 James Henstridge <james@jamesh.id.au>James Henstridge2008-04-201-2/+11
* 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>James Henstridge2008-04-201-1/+1
* Added 'make check' target, running all the available tests.Daniele Varrazzo2007-11-111-0/+1
* Use escape string syntax for string escape if connected to a server Daniele Varrazzo2007-11-111-0/+77