summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 wishful test suite for jsonb typeDaniele Varrazzo2014-08-131-0/+91
* Fixed segfault if COPY statements are executedDaniele Varrazzo2014-06-061-1/+39
* Added test with objects without length as callproc paramDaniele Varrazzo2014-06-061-0/+4
* Skip test_cleanup_on_badconn_close on WindowsJason Erickson2014-05-192-0/+14
* Added select.select timeout on AsyncTests.waitJason Erickson2014-05-191-2/+2
* Skip rowcount on copy test on postgres < 8.2Daniele Varrazzo2014-05-131-1/+2
* Copy operations correctly set the cursor.rowcount attributeDaniele Varrazzo2014-05-051-0/+28
* Fixed explicit connection.cursor(cursor_factory=None)Daniele Varrazzo2014-04-301-0/+10
* Check the connection is really bad on exception before closing itDaniele Varrazzo2014-04-051-0/+1
* Fixed overflow opening a lobject with an oid not fitting in a signed intDaniele Varrazzo2014-04-031-0/+6
* Dropped unneeded pass in testDaniele Varrazzo2014-04-031-1/+1
* Fixed dsn and closed attributes in failing connection subclasses.Daniele Varrazzo2014-04-031-0/+12
* Don't segfault on uninitialized cursorDaniele Varrazzo2014-02-261-0/+14
* Merge branch 'range_sort'Daniele Varrazzo2014-02-222-5/+78
|\
| * New implementation of Range sorting that works for Python 2.5 to 3.3, at least.Chris Withers2014-02-182-8/+28
| * Coding style changes.Chris Withers2014-02-141-51/+51
| * Provide a stable and consistent sort order for Range objects.Chris Withers2014-02-121-5/+58
* | Added str() for the Json adapterDaniele Varrazzo2014-02-221-0/+11
|/
* Check connection type in lobject initDaniele Varrazzo2013-11-271-0/+4
* Really test named cursors in test_scroll_named()Daniele Varrazzo2013-10-161-3/+1
* Meaningful connection errors report a meaningful messageDaniele Varrazzo2013-10-161-0/+10
* Fixed pickling of exceptions with no pgerror/pgcode setDaniele Varrazzo2013-07-191-0/+15
* Merge branch 'range_eq_typerror'Daniele Varrazzo2013-06-181-0/+13
|\
| * Uniform Range eq tests styleDaniele Varrazzo2013-06-181-5/+5
| * cater for comparison of subclassesChris Withers2013-05-261-0/+9
| * raising an exception here rather than returning False causes problems with SQ...Chris Withers2013-05-261-7/+1
| * more useful error message when comparing ranges with non-rangesChris Withers2013-05-261-0/+10
* | Added regression test for infinity parsing in datesDaniele Varrazzo2013-05-111-2/+10
* | Added test to verify copysize handling in copy_expertDaniele Varrazzo2013-05-061-0/+14
* | Skip tests on python implementations without getrefcount()Daniele Varrazzo2013-05-063-2/+13
|/
* Fix multiple misspellingsPiotr Kasprzyk2013-04-261-4/+4
* Testing external script independent from psycopg implementationDaniele Varrazzo2013-04-191-5/+6
* Added cursor_factory connection attribute and connect() parameterDaniele Varrazzo2013-04-071-0/+25
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-0718-271/+162
* Merge branch 'drop-py24' into develDaniele Varrazzo2013-04-051-23/+13
|\
| * Dropped support for Python 2.4Daniele Varrazzo2013-03-201-23/+13
| * Use wrap to fix names of decorated test methodsDaniele Varrazzo2013-03-204-23/+41
| * Fixed broken test decorator preventing 3 tests to runDaniele Varrazzo2013-03-201-0/+2
* | Avoid encoding strdup in qstring adapterDaniele Varrazzo2013-04-051-0/+16
* | Use wrap to fix names of decorated test methodsDaniele Varrazzo2013-03-204-24/+42
* | Fixed broken test decorator preventing 3 tests to runDaniele Varrazzo2013-03-201-4/+6
|/
* Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-201-0/+32
|\
| * Added tests to verify the new Diagnostics propertiesDaniele Varrazzo2013-03-201-0/+32
* | Tests tweaked to run on all the supported versionsDaniele Varrazzo2013-03-183-14/+15
* | Merge branch 'diagnostics' into develDaniele Varrazzo2013-03-181-1/+86
|\ \ | |/
| * Added test to verify Diagnostics works after copy errorsDaniele Varrazzo2013-03-181-0/+11
| * Added test to verify Diagnostics reference disposalDaniele Varrazzo2013-03-181-0/+25
| * Added all supported properties to the Diagnostic objectDaniele Varrazzo2013-03-171-1/+31