summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added ConnectionInfo.dsn_parameters attributeinfo-dsn-paramsDaniele Varrazzo2019-02-171-0/+7
* Copyright year updatedDaniele Varrazzo2019-02-1728-28/+28
* Merge branch 'libpq-ptrs'Daniele Varrazzo2019-02-173-0/+50
|\
| * Skip tests involving ctypes on WindowsDaniele Varrazzo2019-02-161-0/+3
| * Added connection.pgconn_ptr and cursor.pgresult_ptrDaniele Varrazzo2019-02-163-0/+47
* | Skip password encryption test if libpq < 10Daniele Varrazzo2019-02-161-0/+1
|/
* Fixed use of StandardError in testDaniele Varrazzo2019-02-111-1/+1
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-3/+22
* Use a proper LRU cache for namedtuplesfast-namedtupleDaniele Varrazzo2019-02-021-13/+16
* Added caching of types generated by NamedTupleCursorDaniele Varrazzo2019-02-021-0/+36
* Added BYTESARRAY typecasterDaniele Varrazzo2019-01-181-0/+26
* Added test for BYTES typecasterDaniele Varrazzo2019-01-181-0/+11
* Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-sup...Daniele Varrazzo2018-12-271-0/+9
|\
| * rename param name to fetchIvan Kotelnikov2018-11-241-1/+1
| * write test for fetch_result flagIvan Kotelnikov2018-11-221-0/+9
* | Remove unnecessary test decorator 'skip_if_cant_cast'Jon Dufresne2018-12-041-27/+8
* | Merge pull request #822 from jdufresne/decorate-allDaniele Varrazzo2018-12-042-88/+50
|\ \
| * | Simplify 'decorate_all_tests' usage by decorating the test classJon Dufresne2018-12-012-88/+50
| |/
* | Remove workarounds for unsupported libpq < 9.1Jon Dufresne2018-12-011-2/+0
|/
* Convert int subclasses to long before adaptingDaniele Varrazzo2018-11-161-0/+12
* Merge branch 'master' into feature-expose-pgconnFederico Di Gregorio2018-11-0726-172/+572
|\
| * Fixed adaptation of lists of empty listsfix-788Daniele Varrazzo2018-10-301-3/+6
| * Use class decorators to decorate all testsdecorators-funDaniele Varrazzo2018-10-309-87/+81
| * Don't barf on Composite passed to execute_values()fix-794Daniele Varrazzo2018-10-231-0/+20
| * Full flake8 3.5 cleanupDaniele Varrazzo2018-10-2324-25/+68
| * Merge branch 'connection-info'Daniele Varrazzo2018-10-158-70/+209
| |\
| | * Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-138-65/+65
| | * 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
| * | Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-1511-70/+203
| |\ \
| | * | Fixed refcount in connection's readonly and deferrable gettersfix-790Daniele Varrazzo2018-10-121-0/+8
| | |/
| | * Added table_oid, table_column on cursor.description itemsdescription-extra-attrsDaniele Varrazzo2018-10-111-1/+22
| | * Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-102-1/+13
| | * Merge branch 'master' into httpsDaniele Varrazzo2018-10-105-9/+97
| | |\
| | | * Merge branch 'conn-get-host'Daniele Varrazzo2018-10-101-1/+14
| | | |\
| | | | * Added connection.hostMarco De Paoli2018-10-061-1/+14
| | | * | Merge remote-tracking branch 'origin/diag-schema-name-nonloc'Daniele Varrazzo2018-10-101-2/+11
| | | |\ \
| | | | * | Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonlocDaniele Varrazzo2018-10-041-2/+11
| | | | |/
| | | * | Commented out test to avoid beaking masterFederico Di Gregorio2018-10-101-3/+3
| | | * | Fixed test for issue #788Federico Di Gregorio2018-10-101-1/+1
| | | * | Added test for issue #788Federico Di Gregorio2018-10-101-0/+4
| | | |/
| | | * sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-6/+22
| | | * Implement __str__ for range typesMichel Albert2018-09-301-0/+46
| | * | Prefer https:// URLs when availableJon Dufresne2018-09-223-4/+4
| | |/