summaryrefslogtreecommitdiff
path: root/tests/test_async.py
Commit message (Expand)AuthorAgeFilesLines
* Making sync and async connection setup somewhat more consistent.Daniele Varrazzo2010-04-231-0/+5
* Dropped redundant call to conn_notice_process().Daniele Varrazzo2010-04-211-0/+9
* 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
* 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
* Adapt the tests to recent changesJan Urbański2010-04-051-54/+80
* Add tests for the asynchronous APIJan Urbański2010-04-051-0/+252