summaryrefslogtreecommitdiff
path: root/tests/types_basic.py
Commit message (Expand)AuthorAgeFilesLines
* All unit test modules have a test_ prefixDaniele Varrazzo2011-10-191-474/+0
* Fixed tests to run with antebellum Postgres versionsDaniele Varrazzo2011-10-051-0/+7
* Fixed typecasting of arrays containing consecutive backslashesDaniele Varrazzo2011-09-221-0/+11
* Added new_array_type() functionDaniele Varrazzo2011-09-221-0/+13
* Fixed escape for negative numbers prefixed by minus operatorDaniele Varrazzo2011-05-301-0/+10
* Fixed bytea encoding tests skipping when ctypes is not availableDaniele Varrazzo2011-03-261-3/+15
* Added tests for our own bytea parserDaniele Varrazzo2011-03-261-0/+86
* Parse bytea output format ourselves instead of using the libpqDaniele Varrazzo2011-03-261-9/+1
* Raise an exception if the libpq fails to decode bytea in hex formatDaniele Varrazzo2011-02-231-1/+25
* Added regression test to check {} is also a valid stringDaniele Varrazzo2011-02-201-0/+3
* Add a type converter to handle untyped empty arrays.Benjamin Poulain2011-02-201-0/+10
* Make Binary(None) work as expected, adapting to NULLDaniele Varrazzo2011-02-181-0/+5
* Adapt bytearray and memoryview to bytes if availableDaniele Varrazzo2011-02-151-8/+20
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-8/+8
* Dropped correct roundtrip of empty arrayDaniele Varrazzo2011-02-151-2/+14
* Added test to check issue #40Daniele Varrazzo2011-02-121-0/+3
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-3/+14
|\
| * Unregister test adapters to keep a more precise references countDaniele Varrazzo2011-01-031-2/+10
* | Several tests ported to Python 3.Daniele Varrazzo2010-12-311-3/+4
* | Added regression test on bool adaptation.Daniele Varrazzo2010-12-311-0/+6
* | Test on basic adapters pass on Python 3.Daniele Varrazzo2010-12-311-15/+85
* | Empty lists correctly roundtrip.Daniele Varrazzo2010-12-311-3/+4
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-2/+2
|/
* More careful connections handling during tests.Daniele Varrazzo2010-11-281-0/+3
* Skipped inf test on the platform not supporting it (win32).Daniele Varrazzo2010-11-241-0/+2
* Float test skipped where the server doesn't support inf.Daniele Varrazzo2010-11-191-1/+8
* Test cleanup.Daniele Varrazzo2010-11-191-4/+4
* Fixed tests to run on Windows.Daniele Varrazzo2010-11-111-0/+7
* Use the adapter of an object superclass if available.Daniele Varrazzo2010-11-081-0/+29
* Adapt buffer objects using an explicit cast on the string literal.Daniele Varrazzo2010-05-151-1/+16
* Fixed problem with decimal.Decimal conversionsFederico Di Gregorio2010-02-211-5/+15
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-9/+18
* Fixed test broken by float precision fixFederico Di Gregorio2009-11-251-2/+2
* Added adapter to handle float('inf') and float('nan')Federico Di Gregorio2009-01-231-0/+8
* Added suppport for UUID and related test.Federico Di Gregorio2008-09-191-1/+1
* 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>James Henstridge2008-04-201-1/+1
* Split the binary tests out a bit.James Henstridge2008-01-161-2/+8
* * psycopg/adapter_binary.c (binary_quote): apply Brandon Rhodes'James Henstridge2008-01-101-2/+6
* Added 'make check' target, running all the available tests.Daniele Varrazzo2007-11-111-12/+10
* - Tabs fixed.Daniele Varrazzo2007-11-111-9/+9
* Fixed patch from #119.Federico Di Gregorio2006-09-011-2/+2
* Empty binary buffer segfault fix (closes: #119).Federico Di Gregorio2006-09-011-0/+3
* Releasing 2.0b4.Federico Di Gregorio2005-07-171-6/+17
* Fixed .execute() segfault.Federico Di Gregorio2005-06-021-0/+8
* Regression tests fixes.Federico Di Gregorio2005-05-271-3/+4
* Optimizations to type casting (in preparation to array support.)Federico Di Gregorio2005-03-121-0/+2
* Preparing 1.99.12.1_99_12Federico Di Gregorio2005-03-031-4/+4
* Writing tests...Federico Di Gregorio2004-12-201-0/+62