From: Mike Bayer Date: Tue, 6 Apr 2021 22:49:58 +0000 (-0400) Subject: change sql to schema X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d510c4f1711c060a1992dffbc1f1ec36ea8e8f81;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git change sql to schema Change-Id: Ida93320d9b57e076786acc73a1c835cf1961675f (cherry picked from commit dea0ac910ff941d5bbba0d922fb6eff5890d197c) --- diff --git a/doc/build/changelog/unreleased_13/6135.rst b/doc/build/changelog/unreleased_13/6135.rst index 12fb9eb239..942b04edf9 100644 --- a/doc/build/changelog/unreleased_13/6135.rst +++ b/doc/build/changelog/unreleased_13/6135.rst @@ -1,10 +1,10 @@ .. change:: - :tags: sql, bug + :tags: schema, bug :tickets: 6135 :versions: 1.4.6 - The :class:`_sql.Table` object now raises an informative error message if - it is instantiated without passing at least the :paramref:`_sql.Table.name` - and :paramref:`_sql.Table.metadata` arguments positionally. Previously, if + The :class:`_schema.Table` object now raises an informative error message if + it is instantiated without passing at least the :paramref:`_schema.Table.name` + and :paramref:`_schema.Table.metadata` arguments positionally. Previously, if these were passed as keyword arguments, the object would silently fail to initialize correctly.