]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression in 0.6.4 whereby the change that
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Sep 2010 15:29:01 +0000 (11:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Sep 2010 15:29:01 +0000 (11:29 -0400)
commit90d4cdbac80f0f87f365efdf9b596eff77764bed
tree98dacaa14d1aa9906546684af5f848f0a5c81e23
parentb609030130eb4c415deee5516e2450ed660f2717
- Fixed a regression in 0.6.4 whereby the change that
allowed cursor errors to be raised consistently broke
the result.lastrowid accessor.   Test coverage has
been added for result.lastrowid.   Note that lastrowid
is only supported by Pysqlite and some MySQL drivers,
so isn't super-useful in the general case.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/test/requires.py
test/sql/test_query.py