]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed SQLite reflection methods so that non-present rel_0_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Mar 2009 15:15:10 +0000 (15:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Mar 2009 15:15:10 +0000 (15:15 +0000)
commit05880daddd1a60c41267f395a55d01db943171eb
tree73e215404eb56b8d3fb2802e8cc09effcd83fd7f
parent86ff08dfea383cebd81347515c5b9affdfa589a1
- Fixed SQLite reflection methods so that non-present
      cursor.description, which triggers an auto-cursor
      close, will be detected so that no results doesn't
      fail on recent versions of pysqlite which raise
      an error when fetchone() called with no rows present.
CHANGES
lib/sqlalchemy/databases/sqlite.py