summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* beginnings of a TPC test harnessDaniele Varrazzo2010-11-051-0/+138
* Notify object exposed in the extensions module.Daniele Varrazzo2010-11-051-0/+23
* Adding Notify object with payload.Daniele Varrazzo2010-11-051-3/+36
* Check the correctness of the PID in the notify tests.Daniele Varrazzo2010-11-051-8/+15
* cursor.mogrify() accepts unicode queries.Daniele Varrazzo2010-10-051-0/+31
* The Inet type knows how to adapt itself.Daniele Varrazzo2010-09-251-0/+13
* DBAPI compatibility test updated to 1.12.Daniele Varrazzo2010-09-231-12/+32
* Applied spelling fixes patch from Peter EisentrautFederico Di Gregorio2010-07-181-2/+2
* Exceptions raised by the columns iterator propagated.Daniele Varrazzo2010-07-101-0/+14
* Added test to verify copy_from() with columns.Daniele Varrazzo2010-07-101-1/+14
* Added test to verify executemany doesn't propagate exceptions.Daniele Varrazzo2010-07-092-0/+31
* Handle time zones with seconds in the UTC offset.Daniele Varrazzo2010-05-201-36/+20
* Tests can be run again different coroutine libraries.Daniele Varrazzo2010-05-191-2/+9
* Fixed time test to be independent from the TZ it runs.Daniele Varrazzo2010-05-151-2/+2
* Fixed TimeFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-2/+13
* Fixed TimestampFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-0/+11
* Cast datetime into timestamptz when the tzinfo field is set.Daniele Varrazzo2010-05-151-1/+12
* Explicit cast of the SQL representation of time-related objects.Daniele Varrazzo2010-05-151-0/+91
* Adapt buffer objects using an explicit cast on the string literal.Daniele Varrazzo2010-05-151-1/+16
* Dropped large object support when psycopg is in green mode.Daniele Varrazzo2010-05-091-2/+2
* More lenient test timeout for a slow (or busy) machine.Daniele Varrazzo2010-04-231-2/+2
* Making sync and async connection setup somewhat more consistent.Daniele Varrazzo2010-04-232-0/+20
* Read the server version only after connection established.Daniele Varrazzo2010-04-211-1/+5
* Forbid COPY-related methods in green mode.Daniele Varrazzo2010-04-211-1/+7
* Try to restore the connection state after a wait callback error.Daniele Varrazzo2010-04-211-0/+16
* Correctly flush async queries in 'green' mode.Daniele Varrazzo2010-04-212-0/+62
* The test suite can be run against the green path.Daniele Varrazzo2010-04-211-0/+7
* Notifications are automatically read after each query.Daniele Varrazzo2010-04-212-0/+102
* Dropped redundant call to conn_notice_process().Daniele Varrazzo2010-04-212-0/+16
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-211-12/+12
* Connection method 'issync()' changed into the attribute 'async'.Daniele Varrazzo2010-04-211-3/+3
* Remove fileno() and poll() from cursorsJan Urbański2010-04-211-12/+30
* Add one more test for errors involving two cursorsJan Urbański2010-04-201-0/+9
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-0/+23
* Merged tests from piro and jan async fixes branchesFederico Di Gregorio2010-04-141-3/+2
* Make the first poll() of an asynchronous connection return POLL_WRITE.Jan Urbański2010-04-141-36/+33
* Make polling a cursor that's not in an async query raise an exception.Jan Urbański2010-04-141-1/+28
* Merge remote branch 'piro/fix22' into python2Federico Di Gregorio2010-04-141-0/+45
|\
| * Added a test to check poll() correctly calls PQflush.Daniele Varrazzo2010-04-111-0/+30
| * test_async made properly executable.Daniele Varrazzo2010-04-111-0/+4
| * Added test to check that connections subclasses can be asynchronous.Daniele Varrazzo2010-04-081-0/+11
* | Added test for refcounting/gc bug reported by Michael TharpFederico Di Gregorio2010-04-081-0/+31
|/
* Added some COPY tests.Daniele Varrazzo2010-04-072-0/+106
* Adapt the tests to recent changesJan Urbański2010-04-051-54/+80
* Add tests for the asynchronous APIJan Urbański2010-04-052-0/+254
* Support large objects truncating.Jan Urbański2010-03-291-1/+65
* Fixed problem with decimal.Decimal conversionsFederico Di Gregorio2010-02-211-5/+15
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-129-34/+53
* Now adapt() errors include the type nameFederico Di Gregorio2009-11-251-0/+9
* Fixed test broken by float precision fixFederico Di Gregorio2009-11-251-2/+2