lp:~ccx/txpostgres/notify

Created by Jan Pobrislo and last modified
Get this branch:
bzr branch lp:~ccx/txpostgres/notify
Only Jan Pobrislo can upload to this branch. If you are Jan Pobrislo please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jan Pobrislo
Project:
txPostgres
Status:
Development

Recent revisions

17. By Jan Pobrislo

add test case for notify events

16. By Jan Pobrislo

handle adding/removing reader and writer more elegantly

15. By Jan Pobrislo

Add support for NOTIFY/LISTEN events.

14. By Jan Urbański

Camel case function names for style consistency

13. By Jan Urbański

Back to development release 0.3.0.1

12. By Jan Urbański

Release v0.3.0

11. By Jan Urbański

Fix a race condition in runQuery

The connection lock needs to be held until after fetchall() has been
called on the asynchronous cursor in the Connection.runQuery
method. Original coding released the lock after running execute() and
this made it possible to start another execute() before the callback
calling fetchall() has been fired. Subsequent firing of that callback
gave errors, because you cannot use fetchall() when there is another
query underway.

Give exact reason for skipping the test in case of DB connection
failure.

10. By Jan Urbański

Add a README file

9. By Jan Urbański

Back to development release 0.2.0.1

8. By Jan Urbański

Release v0.2.0

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~wulczer/txpostgres/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers