summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Better testing of encryption function with libpq < 10encrypt-password-fix-testsDaniele Varrazzo2018-08-171-53/+44
| * 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-241-0/+13
* | Added errors.lookup() functionDaniele Varrazzo2018-10-151-0/+8
* | Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-172-0/+64
|/
* DictCursor and RealDictCursor rows maintain columns orderDaniele Varrazzo2018-05-211-2/+63
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-207-86/+325
|\
| * Added tests to verify iter methods on dict cursorsDaniele Varrazzo2018-05-201-1/+64
| * DictCursor/RealDictCursor tests splitDaniele Varrazzo2018-05-201-78/+82
| * 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 encrypt-passDaniele Varrazzo2018-05-206-11/+52
| |\
| | * Merge branch 'fix-716'Daniele Varrazzo2018-05-202-1/+11
| | |\
| | | * Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-202-1/+11
| | * | Set minimal postgres version for intervalstyle testfix-707Daniele Varrazzo2018-05-201-0/+1
| | * | Raise NotSupportedError fetching iso_8601 intervalsDaniele Varrazzo2018-05-201-0/+7
| | |/
| | * Merge remote-tracking branch 'nested-array-nulls'Daniele Varrazzo2018-05-202-9/+24
| | |\
| | | * Hstore test fixed after adapting arrays dropped space after commasnested-array-nullsDaniele Varrazzo2018-05-181-2/+2
| | | * Fixed adaptation of arrays of arrays of nullsDaniele Varrazzo2018-05-181-7/+22
| | * | Skipped test on db version not supporting unicode identifiersfix-211Daniele Varrazzo2018-05-181-0/+1
| | * | Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-181-1/+8
| | |/