summaryrefslogtreecommitdiff
path: root/tests/test_cursor.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* WITH HOLD documentation a argument parsing changesFederico Di Gregorio2011-08-101-2/+0
* New 'withhold' parameter for connection.cursor()Federico Di Gregorio2011-08-101-1/+13
* First try at curs.withhold implementationFederico Di Gregorio2011-07-051-0/+21
* Correctly detect an empty query sent to the backendDaniele Varrazzo2011-03-041-0/+6
* Fixed test for execution with older PostgreSQL versionsDaniele Varrazzo2011-02-231-1/+2
* The cursor name can be a non-valid PostgreSQL identifierDaniele Varrazzo2011-02-231-0/+10
* Provide cursor.description as named tuple if possibleDaniele Varrazzo2011-02-191-1/+37
* Some cleanup in mogrifyDaniele Varrazzo2011-02-181-0/+11
* Added cursor.itersizeDaniele Varrazzo2011-02-171-3/+3
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-2/+4
* Skip test if clock_timestamp function is not availableDaniele Varrazzo2011-02-151-1/+2
* Work around a 2to3 next fixer bug in a testDaniele Varrazzo2011-02-111-2/+2
* Merge branch 'python3' into python2Federico Di Gregorio2011-02-061-14/+15
|\
| * Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+22
| |\
| * \ Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-0/+7
| |\ \
| * \ \ Merge branch 'python2' into python3Daniele Varrazzo2011-01-021-0/+32
| |\ \ \
| * | | | Several tests ported to Python 3.Daniele Varrazzo2010-12-311-11/+12
| * | | | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-2/+2
| * | | | Some light cleanup for Py3 conversion.Daniele Varrazzo2010-12-211-1/+1
* | | | | Fetch 'arraysize' records per roundtrip in named cursors iterationDaniele Varrazzo2011-02-051-0/+15
* | | | | Added test to verify named cursor efficiency.Daniele Varrazzo2011-02-011-0/+14
| |_|_|/ |/| | |
* | | | Added license to unit testsDaniele Varrazzo2011-01-091-0/+22
* | | | All tests made executable.Daniele Varrazzo2011-01-071-0/+0
| |_|/ |/| |
* | | The cursor is weakly referenceableDaniele Varrazzo2011-01-031-0/+7
| |/ |/|