lp:~wulczer/txpostgres/trunk

Created by Jan Urbański and last modified
Get this branch:
bzr branch lp:~wulczer/txpostgres/trunk

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jan Urbański
Project:
txPostgres
Status:
Development

Import details

Import Status: Invalid

This branch is an import of the HEAD branch of the Git repository at git://wulczer.org/txpostgres.git.

Last successful import was .

Import started on russkaya and finished taking 25 seconds — see the log
Import started on pear and finished taking 10 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log

Whiteboard

remote host no longer runs git server

Recent revisions

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

7. By Jan Urbański

Minor style fixes.

6. By Jan Urbański

Be more explicit in messages.

Warn if txpostgres is used with a version of psycopg2 that does not
support asynchronous queries. Put connection parameters in the skip
message for tests.

5. By Jan Urbański

Use generic database connection parameters in tests

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers