summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flake8 complaintsDaniele Varrazzo2017-03-141-12/+8
* Skip the tests according to the earliest of libpq built/linked.Daniele Varrazzo2017-03-021-1/+1
* Merge branch 'no-unittest2'Daniele Varrazzo2017-03-021-8/+1
|\
| * Don't try to use unittest2no-unittest2Daniele Varrazzo2017-03-011-8/+1
* | Ignore None arguments passed to make_dsn()fix-517Daniele Varrazzo2017-03-011-0/+4
|/
* Skip test on PG version with bad interval roundingfix-512Daniele Varrazzo2017-03-011-0/+1
* Handle overflow in interval parsingDaniele Varrazzo2017-02-241-0/+18
* Parse interval only using integersDaniele Varrazzo2017-02-241-4/+21
* Try to fix the same problem in windowsDaniele Varrazzo2017-02-241-1/+20
* Fixed integer overflow in interval typecasterDaniele Varrazzo2017-02-241-0/+4
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-163-25/+123
* Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()Daniele Varrazzo2017-02-161-6/+26
* connection.isolation_level is now writableDaniele Varrazzo2017-02-161-78/+179
* Don't convert '{}'::unknown into an empty listDaniele Varrazzo2017-02-081-4/+6
* Use pydll to poke into extension libraryDaniele Varrazzo2017-02-071-1/+1
* Merge branch 'no-set-default-session'Daniele Varrazzo2017-02-071-53/+54
|\
| * Set default_transaction_* GUC if session state is changed in autocomitDaniele Varrazzo2017-02-041-24/+25
| * Exposing ISOLATION_LEVEL_DEFAULT to PythonDaniele Varrazzo2017-02-041-1/+1
| * Test looking the transactions characteristics instead of the defaultDaniele Varrazzo2017-02-041-28/+28
* | Skipped a couple of tests failing on old dbstest-dinosaursDaniele Varrazzo2017-02-062-0/+2
* | Skip tests with server not supporting NULL in arrayDaniele Varrazzo2017-02-061-3/+6
* | Don't test with server not implementing INSERT with VALUES listDaniele Varrazzo2017-02-061-4/+8
* | Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-065-41/+41
* | Work around a race condition in async cancel testDaniele Varrazzo2017-02-062-3/+10
* | assertDsnEqual moved as TestSuite methodDaniele Varrazzo2017-02-064-22/+25
* | Merge branch 'conform-subclass-adapter'Daniele Varrazzo2017-02-051-0/+13
|\ \
| * | Give precedence to '__conform__()' over superclasses choosing adapterDaniele Varrazzo2017-02-051-0/+13
| |/
* | Slower timeout for a test that sometimes failDaniele Varrazzo2017-02-051-1/+1
|/