summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow strings subclasses in ensure_bytesfix-679Daniele Varrazzo2018-02-211-0/+14
* Convert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo2018-01-291-0/+8
* Silence warning on import failing a testDaniele Varrazzo2018-01-291-1/+5
* Fixed idempotence check changing connection characteristicsDaniele Varrazzo2018-01-111-0/+10
* Merge branch 'mogrify-on-closed-cursor'Daniele Varrazzo2018-01-111-0/+6
|\
| * 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-111-0/+6
* | Fixed test in asian time zonesDaniele Varrazzo2018-01-101-1/+2
|/
* Avoid installing tests to site-packagesJon Dufresne2017-12-1011-26/+40
* Skip register_hstore(..., unicode=True) tests on Python 3Jon Dufresne2017-12-101-1/+4
* Use relative imports throughout testsJon Dufresne2017-12-1027-81/+81
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-2/+2
* Fix use of "async" in test_cursor.pyJon Dufresne2017-12-101-1/+1
* Merge branch 'master' into wsDaniele Varrazzo2017-12-0224-126/+60
|\
| * Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-0222-22/+40
| |\
| | * Always import the system unittestJon Dufresne2017-12-0122-22/+40
| * | Merge remote-tracking branch 'jdufresne/leading0'Daniele Varrazzo2017-12-021-1/+1
| |\ \
| | * | Drop leading 0's from numeric literalsJon Dufresne2017-12-011-1/+1
| | |/
| * | Merge remote-tracking branch 'jdufresne/next-func'Daniele Varrazzo2017-12-023-9/+9
| |\ \
| | * | Use builtin function next() throughout projectJon Dufresne2017-12-013-9/+9
| | |/
| * | Merge remote-tracking branch 'jdufresne/more-json'Daniele Varrazzo2017-12-021-56/+0
| |\ \
| | * | Remove test decorators for json moduleJon Dufresne2017-12-011-56/+0
| | |/
| * | Remove unnecessary script_to_py3; make scripts compatible insteadJon Dufresne2017-12-015-38/+10
| |/
* | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-17/+16
|/
* Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-0/+14
* Dropped unused test functionsDaniele Varrazzo2017-11-281-3/+0
* Remove redundant parenthesesHugo2017-11-281-2/+2
* Rewrite list creation as list literalHugo2017-11-281-3/+1
* Replace comparison with None with equality operatorHugo2017-11-281-1/+1
* Remove redundant hasattr checksHugo2017-11-281-31/+2
* Drop support for EOL Python 2.6Hugo2017-11-283-5/+1
* Remove "from __future__ import with_statement"Jon Dufresne2017-11-282-4/+0
* Merge remote-tracking branch 'jdufresne/decimal'Daniele Varrazzo2017-11-281-11/+3
|\
| * Remove workaround for decimal moduleJon Dufresne2017-11-261-11/+3
* | Merge remote-tracking branch 'jdufresne/skip-before'Daniele Varrazzo2017-11-282-4/+1
|\ \
| * | Remove use of skip_before_python for unsupported Python versionsJon Dufresne2017-11-262-4/+1
| |/
* | Merge remote-tracking branch 'jdufresne/uuid'Daniele Varrazzo2017-11-281-5/+0
|\ \
| * | Remove uuid workaround for older PythonsJon Dufresne2017-11-261-5/+0
| |/
* | Merge remote-tracking branch 'jdufresne/iobase'Daniele Varrazzo2017-11-282-18/+1
|\ \
| * | Remove io.TextIOBase workaround for Python <= 2.5Jon Dufresne2017-11-262-18/+1
| |/
* | Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-264-73/+6
|/
* Use modern except syntax throughout projectJon Dufresne2017-11-2013-30/+30
* Don't cast point arrays to float arrays (fixes: #613)Federico Di Gregorio2017-11-161-0/+5
* Added back timestamptz[] default castfix-578Daniele Varrazzo2017-07-241-0/+5