diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-17 15:15:10 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-17 15:15:10 +0000 |
| commit | 05880daddd1a60c41267f395a55d01db943171eb (patch) | |
| tree | 73e215404eb56b8d3fb2802e8cc09effcd83fd7f /CHANGES | |
| parent | 86ff08dfea383cebd81347515c5b9affdfa589a1 (diff) | |
| download | sqlalchemy-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
