summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into replication-protocolDaniele Varrazzo2016-08-074-18/+77
|\
| * Merge branch 'conn-get-parameters'Daniele Varrazzo2016-07-011-0/+7
| |\
| | * Add skip_before_libpq for test_get_dsn_parametersOleksandr Shulgin2015-10-301-0/+1
| | * Fix typo in a new test nameOleksandr Shulgin2015-10-301-1/+1
| | * Add connection.get_dsn_parameters()Oleksandr Shulgin2015-10-301-0/+6
| * | Allow adapting bytes using QuotedString on Python 3 tooDaniele Varrazzo2016-07-011-3/+12
| * | Fixed encoding tests on Py3Daniele Varrazzo2016-07-011-3/+3
| * | Don't hope to encode stuff in an arbitrary encodingDaniele Varrazzo2016-07-011-3/+9
| * | Test moved to the right module, cleanup, but same problemDaniele Varrazzo2016-07-013-44/+42
| * | Work in progress on writable encodingDaniele Varrazzo2016-07-011-8/+44
| * | Fix scattered grammar/spelling errors in comments, debug output, etc.Greg Ward2016-06-301-1/+1
| * | Skip null array test on Postgres versions not supporting itDaniele Varrazzo2016-03-101-0/+1
* | | Merge remote-tracking branch 'zalando/feature/replication-protocol' into feat...Oleksandr Shulgin2016-03-081-0/+19
|\ \ \
| * | | Fix error test for invalid START_REPLICATION command.Oleksandr Shulgin2016-01-211-2/+8
| * | | Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-051-0/+13
* | | | Use python-defined make_dsn() for ReplicationConnection classOleksandr Shulgin2016-03-081-1/+1
* | | | Merge branch 'master' into feature/replication-protocol-c-connection-objectOleksandr Shulgin2016-03-044-68/+191
|\ \ \ \ | | |/ / | |/| |
| * | | Allow make_dsn to take no parameterDaniele Varrazzo2016-03-031-2/+2
| * | | Validate output result from make_dsn()Daniele Varrazzo2016-03-032-42/+43
| * | | Test that the empty dsn is a valid make_dsn inputDaniele Varrazzo2016-03-031-0/+4
| * | | Added test suite specific for make_dsnDaniele Varrazzo2016-03-031-35/+82
| * | | Verify that the dsn is not manipulated by make_dsn if not necessaryDaniele Varrazzo2016-03-031-12/+25
| * | | Implementation of make_dsn in PythonDaniele Varrazzo2016-03-031-18/+20
| * | | Fixed race condition on import in errorcodes.lookupDaniele Varrazzo2015-12-162-0/+67
| | |/ | |/|
* | | Move replication connection to C level.Oleksandr Shulgin2015-10-271-3/+0
* | | Merge branch 'feature/connect2' into feature/replication-protocolOleksandr Shulgin2015-10-271-8/+24
|\ \ \ | |_|/ |/| |
| * | Rework psycopg2.connect() interface.Oleksandr Shulgin2015-10-271-8/+24
| |/
* | Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-1/+1
* | Actually add replication tests to the test suite.Oleksandr Shulgin2015-10-201-0/+2
* | Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-4/+16
* | Improve async replication test.Oleksandr Shulgin2015-10-192-35/+50
* | Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-14/+31
* | Fix PSYCOPG2_TEST_REPL_DSN handling.Oleksandr Shulgin2015-10-162-1/+21
* | Fix async replication and test.Oleksandr Shulgin2015-10-154-66/+143
* | Use quote_ident from psycopg2.extensionsOleksandr Shulgin2015-10-151-0/+14
* | Merge branch 'master' into feature/replication-protocolOleksandr Shulgin2015-10-151-1/+19
|\ \ | |/
| * Proper unicode handling in quote_ident.Oleksandr Shulgin2015-10-151-1/+12
| * Add psycopg2.extensions.quote_ident.Oleksandr Shulgin2015-10-141-0/+7
* | Update stop_repl, require replication consumer to be a callable.Oleksandr Shulgin2015-10-141-1/+5
* | Fix stop_replication: always raise outside the loop.Oleksandr Shulgin2015-10-141-0/+12
* | Fix ReplicationTest: no NotSupportedError now.Oleksandr Shulgin2015-10-142-8/+14
|/
* Drop spurious notices in testDaniele Varrazzo2015-10-011-1/+2
* Added unicode support to parse_dsnDaniele Varrazzo2015-10-011-3/+23
* Fixed parse_dsn tests on Python 3Daniele Varrazzo2015-10-011-2/+2
* Separate parse_dsn test in a test case of their ownDaniele Varrazzo2015-10-011-0/+2
* Merge branch 'master' into parse-dsnDaniele Varrazzo2015-10-015-3/+132
|\
| * Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLEDaniele Varrazzo2015-09-303-3/+40
| * Allow connection.notices and notifies to be replaced.Daniele Varrazzo2015-06-022-0/+58
| * Fixed adaptation of lists of NoneDaniele Varrazzo2015-06-021-0/+34
* | Separate parse_dsn test on URI, for libpq >= 9.2Oleksandr Shulgin2015-06-021-5/+22