]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Got PG server side cursors back into shape, added fixed
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2008 22:33:50 +0000 (22:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Apr 2008 22:33:50 +0000 (22:33 +0000)
commitbf77ddaabb8a39f292a649e51f84e8a9af397de7
treefa15dc086012f8bf3bc3f7510d70b989683f1a3c
parent0359a6a13dbe02b680e14cd830206544206153b8
- Got PG server side cursors back into shape, added fixed
unit tests as part of the default test suite.  Added
better uniqueness to the cursor ID [ticket:1001]
- update().values() and insert().values() take keyword
arguments.
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/expression.py
test/dialect/postgres.py