diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-02 14:18:09 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-02 14:18:09 -0400 |
| commit | ec840a6eea05ac031a55d262dc370bed942b2212 (patch) | |
| tree | 9cd73f0a285fad400ca0e25cff6eccbf57d31af2 /doc | |
| parent | 9ee89dc88671a8c5d005c5baf3b2a7be58fee8ed (diff) | |
| download | sqlalchemy-ec840a6eea05ac031a55d262dc370bed942b2212.tar.gz | |
- An adjustment to table/index reflection such that if an index
reports a column that isn't found to be present in the table,
a warning is emitted and the column is skipped. This can occur
for some special system column situations as has been observed
with Oracle. fixes #3180
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 2931916e3..44a2add71 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,17 @@ :version: 0.9.8 .. change:: + :tags: bug, sql + :versions: 1.0.0 + :tickets: 3180 + + An adjustment to table/index reflection such that if an index + reports a column that isn't found to be present in the table, + a warning is emitted and the column is skipped. This can occur + for some special system column situations as has been observed + with Oracle. + + .. change:: :tags: bug, ext :versions: 1.0.0 :pullrequest: bitbucket:28 |
