]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- inlined a couple of context variables
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Oct 2007 18:45:20 +0000 (18:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Oct 2007 18:45:20 +0000 (18:45 +0000)
commit1fee09fd07f6507657d28e542d725c9e7845cc31
tree71f21102b63d1c3b51a957fa72453eb716d80fe8
parent4a4daad81a6c5f987ac6eba0afdaccb3a70554f8
- inlined a couple of context variables
- PG two phase was calling text() without the correct bind param format, previous compiler checkin revealed issue
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/pool.py
test/engine/transaction.py