summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed adaptation of lists of empty listsDaniele Varrazzo2018-10-301-0/+7
* Don't barf on Composite passed to execute_values()Daniele Varrazzo2018-10-231-0/+20
* Fixed refcount in connection's readonly and deferrable gettersDaniele Varrazzo2018-10-121-0/+8
* Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-102-1/+13
* 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-211-0/+13
* Merge branch 'fix-716' into maint_2_7Daniele Varrazzo2018-05-202-1/+11
|\
| * Don't raise an exception closing an unused named cursorfix-716-27Daniele Varrazzo2018-05-202-1/+11
* | Set minimal postgres version for intervalstyle testfix-707-27Daniele Varrazzo2018-05-201-0/+1
* | Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-201-0/+7
|/
* Fix use of "async" in test_cursor.pyJon Dufresne2018-05-181-1/+1
* Merge remote-tracking branch 'nested-array-nulls' into maint_2_7Daniele Varrazzo2018-05-182-9/+24
|\
| * Hstore test fixed after adapting arrays dropped space after commasDaniele Varrazzo2018-05-141-2/+2
| * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-141-7/+22
* | Skipped test on db version not supporting unicode identifiersDaniele Varrazzo2018-05-141-0/+1
* | Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-131-1/+9
|/
* Allow strings subclasses in ensure_bytesDaniele Varrazzo2018-02-201-0/+14
* Convert fields names into valid Python identifiers in NamedTupleCursornamedtuple-invalid-identifiersDaniele Varrazzo2018-01-291-0/+9
* Silence warning on import failing a testDaniele Varrazzo2018-01-291-1/+5
* Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-111-0/+10
* Fixed test in asian time zonesDaniele Varrazzo2018-01-111-1/+2
* 'cursor.mogrify()' can be called on closed cursorsDaniele Varrazzo2018-01-101-0/+6
* Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-0/+14
* 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
|/