summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-03-17 15:15:10 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-03-17 15:15:10 +0000
commit05880daddd1a60c41267f395a55d01db943171eb (patch)
tree73e215404eb56b8d3fb2802e8cc09effcd83fd7f /CHANGES
parent86ff08dfea383cebd81347515c5b9affdfa589a1 (diff)
downloadsqlalchemy-rel_0_4.tar.gz
- Fixed SQLite reflection methods so that non-presentrel_0_4
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8a1beede3..7873ac1b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,13 @@ CHANGES
creates an arbitrarily large number of engines
or dialects. There is a small performance penalty
which will be resolved in 0.6. [ticket:1299]
+
+-sqlite
+ - 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.
- postgres
- Added Index reflection support to Postgres, using a