diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index aec107acd..fc4f79f4c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -13,6 +13,16 @@ :version: 0.9.0 .. change:: + :tags: bug, engine + :tickets: 2748 + + The method signature of :meth:`.Dialect.reflecttable`, which in + all known cases is provided by :class:`.DefaultDialect`, has been + tightened to expect ``include_columns`` and ``exclude_columns`` + arguments without any kw option, reducing ambiguity - previously + ``exclude_columns`` was missing. + + .. change:: :tags: bug, sql :tickets: 2831 |
