summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Remove test decorators for json moduleJon Dufresne2017-12-011-56/+0
| | |/ / /
| * | | | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-015-38/+10
| |/ / /
* | | | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-17/+16
|/ / /
* | | Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-0/+14
* | | Dropped unused test functionsDaniele Varrazzo2017-11-281-3/+0
* | | Remove redundant parenthesesHugo2017-11-281-2/+2
* | | Rewrite list creation as list literalHugo2017-11-281-3/+1
* | | Replace comparison with None with equality operatorHugo2017-11-281-1/+1
* | | Remove redundant hasattr checksHugo2017-11-281-31/+2
* | | Drop support for EOL Python 2.6Hugo2017-11-283-5/+1
* | | Remove "from __future__ import with_statement"Jon Dufresne2017-11-282-4/+0
* | | Merge remote-tracking branch 'jdufresne/decimal'Daniele Varrazzo2017-11-281-11/+3
|\ \ \
| * | | Remove workaround for decimal moduleJon Dufresne2017-11-261-11/+3
* | | | Merge remote-tracking branch 'jdufresne/skip-before'Daniele Varrazzo2017-11-282-4/+1
|\ \ \ \
| * | | | Remove use of skip_before_python for unsupported Python versionsJon Dufresne2017-11-262-4/+1
| |/ / /
* | | | Merge remote-tracking branch 'jdufresne/uuid'Daniele Varrazzo2017-11-281-5/+0
|\ \ \ \
| * | | | Remove uuid workaround for older PythonsJon Dufresne2017-11-261-5/+0
| |/ / /
* | | | Merge remote-tracking branch 'jdufresne/iobase'Daniele Varrazzo2017-11-282-18/+1
|\ \ \ \
| * | | | Remove io.TextIOBase workaround for Python <= 2.5Jon Dufresne2017-11-262-18/+1
| |/ / /
* | | | Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-264-73/+6
|/ / /
* | | Use modern except syntax throughout projectJon Dufresne2017-11-2013-30/+30
* | | Don't cast point arrays to float arrays (fixes: #613)Federico Di Gregorio2017-11-161-0/+5
| |/ |/|
* | Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-241-0/+5
* | Deal with E'' strings comparisons in a few other tests2_7_2Daniele Varrazzo2017-07-221-4/+5
* | Skipped a couple of test with unsupported postgres featuresDaniele Varrazzo2017-07-222-0/+2
|/
* Merge branch 'fix-554'Daniele Varrazzo2017-06-171-0/+14
|\
| * Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-0/+14
* | Ignore spurious output in test with Python debug buildDaniele Varrazzo2017-06-171-0/+3
|/
* Merge branch 'fix-558'Daniele Varrazzo2017-06-161-0/+21
|\
| * Consider redshift interval supported after further testsDaniele Varrazzo2017-06-161-1/+3
| * Parse a number as microseconds when casting intervalbug-558Daniele Varrazzo2017-06-161-0/+19
* | Added Json.prepare()fix-562Daniele Varrazzo2017-06-161-0/+18
|/
* Don't force a valid return code for the testDaniele Varrazzo2017-06-151-1/+1
* Added test to reproduce bug #551Daniele Varrazzo2017-06-151-1/+57
* Merge branch 'fix-547'Daniele Varrazzo2017-04-191-0/+23
|\
| * Fixed args parsing in ReplicationCursor.consume_stream()Daniele Varrazzo2017-04-191-0/+23
* | Merge remote-tracking branch 'fix_lobject_factory'Daniele Varrazzo2017-04-191-0/+7
|\ \
| * | Python < 3.2 doesn’t have assertIsInstanceFrazer McLean2017-04-161-1/+1
| * | Fix name of lobject keyword argumentFrazer McLean2017-04-161-0/+7
| |/
* | Handle lobject mode=None correctlyFrazer McLean2017-04-161-0/+7
|/
* Added test to verify callback errors in named cursorsDaniele Varrazzo2017-04-051-0/+17
* Added test to verify #410Daniele Varrazzo2017-04-051-0/+68
* Return objects with timezone parsing infinity timestamptzDaniele Varrazzo2017-03-221-0/+19
* Merge branch 'fix-528'Daniele Varrazzo2017-03-161-0/+37
|\
| * Obscure the password on url dsn tooDaniele Varrazzo2017-03-161-7/+4
| * Added tests to verify the password is obscuredDaniele Varrazzo2017-03-151-0/+40
* | Added test to verify sql objects work with copy_expert()Daniele Varrazzo2017-03-161-1/+25
|/
* Bunch of test tweaks to make the test grid greenDaniele Varrazzo2017-03-142-12/+14
* Always raise OperationalError when connection was closed externally.Greg Ward2017-03-141-1/+1
* Always detect when a connection is closed behind psycopg2's back.Greg Ward2017-03-141-0/+45