summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-2/+11
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-6/+22
* Implement __str__ for range typesMichel Albert2018-09-301-0/+46
* Better testing of encryption function with libpq < 10encrypt-password-fix-testsDaniele Varrazzo2018-08-171-53/+44
* Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-242-2/+2
* Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-241-0/+13
* DictCursor and RealDictCursor rows maintain columns orderDaniele Varrazzo2018-05-211-2/+63
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-207-86/+325
|\
| * Added tests to verify iter methods on dict cursorsDaniele Varrazzo2018-05-201-1/+64
| * DictCursor/RealDictCursor tests splitDaniele Varrazzo2018-05-201-78/+82
| * Fixed refcount handling in encrypt_passwordDaniele Varrazzo2018-05-201-0/+11
| * Fixed keywords support for encrypt_password and tests completedDaniele Varrazzo2018-05-201-2/+28
| * Fixed code flow in encrypt_password()Daniele Varrazzo2018-05-201-14/+14
| * Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-206-11/+52
| |\
| | * Merge branch 'fix-716'Daniele Varrazzo2018-05-202-1/+11
| | |\
| | | * Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-202-1/+11
| | * | Set minimal postgres version for intervalstyle testfix-707Daniele Varrazzo2018-05-201-0/+1
| | * | Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-201-0/+7
| | |/
| | * Merge remote-tracking branch 'nested-array-nulls'Daniele Varrazzo2018-05-202-9/+24
| | |\
| | | * Hstore test fixed after adapting arrays dropped space after commasnested-array-nullsDaniele Varrazzo2018-05-181-2/+2
| | | * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-181-7/+22
| | * | Skipped test on db version not supporting unicode identifiersfix-211Daniele Varrazzo2018-05-181-0/+1
| | * | Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-181-1/+8
| | |/
| * | Merge branch 'master' into masterAshesh Vashi2018-05-0827-414/+284
| |\ \ | | |/
| | * Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-211-0/+14
| | * Convert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo2018-01-291-0/+8
| | * Silence warning on import failing a testDaniele Varrazzo2018-01-291-1/+5
| | * Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-111-0/+10
| | * Merge branch 'mogrify-on-closed-cursor'Daniele Varrazzo2018-01-111-0/+6
| | |\
| | | * 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-111-0/+6
| | * | Fixed test in asian time zonesDaniele Varrazzo2018-01-101-1/+2
| | |/
| * | Moving the encrypt_password method from the connection class to theAshesh Vashi2017-09-141-7/+10
| * | Merge remote-tracking branch 'psycopg2/master'Ashesh Vashi2017-09-113-4/+12
| |\ \
| * | | 'encrypt_password' raises 'psycopg2.NotSupportedErorr' exception forAshesh Vashi2017-07-171-10/+4
| * | | When compiled with libpq version < 10, it raises 'psycopg2.NotSupportedError'...Ashesh Vashi2017-07-171-1/+1
| * | | Added support for preparing the encrypted password of a PostgreSQLAshesh Vashi2017-07-171-1/+55
* | | | In tests, use compat.py where there is overlapJon Dufresne2017-12-113-7/+8
| |_|/ |/| |
* | | Avoid installing tests to site-packagesJon Dufresne2017-12-1011-26/+40
* | | Skip register_hstore(..., unicode=True) tests on Python 3Jon Dufresne2017-12-101-1/+4
* | | Use relative imports throughout testsJon Dufresne2017-12-1027-81/+81
* | | Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-2/+2
* | | Fix use of "async" in test_cursor.pyJon Dufresne2017-12-101-1/+1
* | | Merge branch 'master' into wsDaniele Varrazzo2017-12-0224-126/+60
|\ \ \
| * \ \ Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-0222-22/+40
| |\ \ \
| | * | | Always import the system unittestJon Dufresne2017-12-0122-22/+40
| * | | | Merge remote-tracking branch 'jdufresne/leading0'Daniele Varrazzo2017-12-021-1/+1
| |\ \ \ \
| | * | | | Drop leading 0's from numeric literalsJon Dufresne2017-12-011-1/+1
| | |/ / /
| * | | | Merge remote-tracking branch 'jdufresne/next-func'Daniele Varrazzo2017-12-023-9/+9
| |\ \ \ \
| | * | | | Use builtin function next() throughout projectJon Dufresne2017-12-013-9/+9
| | |/ / /
| * | | | Merge remote-tracking branch 'jdufresne/more-json'Daniele Varrazzo2017-12-021-56/+0
| |\ \ \ \