summaryrefslogtreecommitdiff
path: root/tests/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* test: adapt ssl test to libpq 15Daniele Varrazzo2022-10-061-0/+5
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Merge branch 'master' into rm-2.7Daniele Varrazzo2021-05-201-1/+2
|\
| * docs: fix a few simple typosTim Gates2021-05-201-1/+1
| * Skip test_encrypt_server for CockroachDBRafi Shamim2021-04-211-0/+1
* | Upgrade f-strings with flynt -a and remove int()Hugo van Kemenade2020-11-181-1/+1
* | Upgrade f-strings with flyntHugo van Kemenade2020-11-171-6/+4
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-14/+14
* | Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-5/+2
|/
* Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-271-18/+18
* Skip connection tests which cannot pass on CockroachDBDaniele Varrazzo2020-07-211-1/+33
* Handle failure in setup of IsolationLevelsTestCaseRafi Shamim2020-07-071-3/+5
* Handle failure in setup of ConnectionTwoPhaseTestRafi Shamim2020-05-121-3/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Allow tests to be ignored if dynamic binding failed2_8_BETA_2Daniele Varrazzo2019-03-181-8/+13
* Merge branch 'fix-829'Daniele Varrazzo2019-03-181-3/+46
|\
| * subprocess test function moved into a moduleDaniele Varrazzo2019-03-171-11/+26
| * Added test to reproduce ticket #829Daniele Varrazzo2019-03-171-0/+28
* | Allow incorrect result for pgconn_ptr test on OSXDaniele Varrazzo2019-03-181-0/+3
|/
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-161-2/+2
* Other import moved to top level in testsDaniele Varrazzo2019-03-161-13/+9
* Move imports to the top of the module across testsJon Dufresne2019-03-161-17/+10
* Fix invalid exception handler: `except e:`Jon Dufresne2019-03-161-4/+0
* Remove unused variableJon Dufresne2019-03-131-1/+0
* Added ConnectionInfo.dsn_parameters attributeinfo-dsn-paramsDaniele Varrazzo2019-02-171-0/+7
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Merge branch 'libpq-ptrs'Daniele Varrazzo2019-02-171-0/+15
|\
| * Added connection.pgconn_ptr and cursor.pgresult_ptrDaniele Varrazzo2019-02-161-0/+15
* | Skip password encryption test if libpq < 10Daniele Varrazzo2019-02-161-0/+1
|/
* Merge branch 'master' into feature-expose-pgconnFederico Di Gregorio2018-11-071-42/+201
|\
| * Use class decorators to decorate all testsdecorators-funDaniele Varrazzo2018-10-301-4/+2
| * Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
| * Merge branch 'connection-info'Daniele Varrazzo2018-10-151-42/+181
| |\
| | * Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-131-37/+37
| | * Guard from some info functions not available in some libpq versionsDaniele Varrazzo2018-10-131-0/+11
| | * Added ConnectionInfo.parameter_status()Daniele Varrazzo2018-10-131-0/+15
| | * Added ConnectionInfo.ssl_attribute()Daniele Varrazzo2018-10-131-0/+15
| | * Added all the missing ConnectionInfo attributesDaniele Varrazzo2018-10-131-0/+28
| | * Added ConnectionInfo.error_messageDaniele Varrazzo2018-10-131-0/+12
| | * Added other members to the ConnectionInfo classDaniele Varrazzo2018-10-121-1/+26
| | * Added several ConnectionInfo attributesDaniele Varrazzo2018-10-121-0/+36
| | * Moving host attribute to a connection.info objectDaniele Varrazzo2018-10-111-6/+3
| * | Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-121-0/+8
| |/
| * Added connection.hostMarco De Paoli2018-10-061-1/+14
* | Added connection.get_native_connection()Federico Di Gregorio2018-10-071-0/+5
|/
* Better testing of encryption function with libpq < 10encrypt-password-fix-testsDaniele Varrazzo2018-08-171-53/+44
* 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 masterAshesh Vashi2018-05-081-9/+36
|\