summaryrefslogtreecommitdiff
path: root/tests/test_cursor.py
Commit message (Expand)AuthorAgeFilesLines
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-2/+9
* Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-131-7/+7
* Added table_oid, table_column on cursor.description itemsdescription-extra-attrsDaniele Varrazzo2018-10-111-1/+22
* Prefer https:// URLs when availableJon Dufresne2018-09-221-1/+1
* Bump tests for selective closure of named cursor to pg 8.2Daniele Varrazzo2018-07-241-1/+1
* Close named cursor if exist, even if we didn't run executeDaniele Varrazzo2018-07-241-0/+13
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-201-0/+11
|\
| * Don't raise an exception closing an unused named cursorfix-716Daniele Varrazzo2018-05-201-0/+5
| * 'cursor.mogrify()' can be called on closed cursorsmogrify-on-closed-cursorDaniele Varrazzo2018-01-111-0/+6
* | In tests, use compat.py where there is overlapJon Dufresne2017-12-111-2/+3
|/
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-1/+1
* Use relative imports throughout testsJon Dufresne2017-12-101-1/+1
* Fix use of "async" in test_cursor.pyJon Dufresne2017-12-101-1/+1
* Merge remote-tracking branch 'jdufresne/import-unittest'Daniele Varrazzo2017-12-021-1/+2
|\
| * Always import the system unittestJon Dufresne2017-12-011-1/+2
* | Use builtin function next() throughout projectJon Dufresne2017-12-011-2/+2
|/
* Collect rowcount in executemany even when discarding resultsDaniele Varrazzo2017-11-291-0/+14
* Merge remote-tracking branch 'jdufresne/decimal'Daniele Varrazzo2017-11-281-11/+3
|\
| * Remove workaround for decimal moduleJon Dufresne2017-11-261-11/+3
* | Remove workarounds for namedtuple on Python <= 2.5Jon Dufresne2017-11-261-2/+1
|/
* Bunch of test tweaks to make the test grid greenDaniele Varrazzo2017-03-141-2/+12
* Always raise OperationalError when connection was closed externally.Greg Ward2017-03-141-1/+1
* Always detect when a connection is closed behind psycopg2's back.Greg Ward2017-03-141-0/+45
* Flake8 complaintsDaniele Varrazzo2017-03-141-12/+8
* Deal consistently with E'' quotes in testsDaniele Varrazzo2017-02-061-6/+6
* Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-2/+3
* Merge branch 'master' into named-callprocDaniele Varrazzo2016-12-261-23/+31
|\
| * Fix unicode mogrify test on python 2Daniele Varrazzo2016-10-111-3/+9
| * Python source cleanup using flake8Daniele Varrazzo2016-10-111-17/+20
| * Dropped use of b() "macro" and 2to3 fixerDaniele Varrazzo2016-08-151-9/+8
* | Added test with objects without length as callproc paramDaniele Varrazzo2015-12-121-0/+5
* | Raise TypeError if the dict in callproc param contains non-stringsDaniele Varrazzo2015-12-121-3/+3
* | callproc: tests, docs, and comment/error-reporting touchups.mrmilosz2015-12-121-0/+37
|/
* Allow pickling of cursor.descriptionOwen Raccuglia2015-02-081-0/+11
* Added test to verify withhold cursors work in autocommitDaniele Varrazzo2014-08-211-0/+22
* Added test to verify withhold transaction behaviourDaniele Varrazzo2014-08-211-4/+30
* Added test with objects without length as callproc paramDaniele Varrazzo2014-06-061-0/+4
* Don't segfault on uninitialized cursorDaniele Varrazzo2014-02-261-0/+14
* Really test named cursors in test_scroll_named()Daniele Varrazzo2013-10-161-3/+1
* Skip tests on python implementations without getrefcount()Daniele Varrazzo2013-05-061-1/+3
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-9/+3
* Added support with cursors without scroll clauseDaniele Varrazzo2012-08-151-1/+27
* Added test for scrollable cursorDaniele Varrazzo2012-08-151-0/+39
* Name can be passed as None to cursor()Daniele Varrazzo2012-04-111-0/+4
* close() methods don't raise errors if called on closed objectsDaniele Varrazzo2012-03-041-0/+6
* Added test to check rowcount behaves fine during named cursor iterationDaniele Varrazzo2012-02-231-0/+11
* Added tests for cursor scrollDaniele Varrazzo2011-12-261-0/+49
* Fixed reference leak with arguments referenced more than once in queriesDaniele Varrazzo2011-12-111-0/+12
* Test and document the named cursor stealing techniqueDaniele Varrazzo2011-10-141-0/+14
* Fixed tests to run with antebellum Postgres versionsDaniele Varrazzo2011-10-051-7/+9