From: Mike Bayer Date: Sun, 28 Apr 2019 18:51:34 +0000 (-0400) Subject: -fix typo X-Git-Tag: rel_1_0_10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56175b2d9560d604163678664f6b8d5d1a54c490;p=thirdparty%2Fsqlalchemy%2Falembic.git -fix typo Change-Id: I31641577b8324a7ed713356a6ae597d19e1c61e4 --- diff --git a/docs/build/unreleased/553.rst b/docs/build/unreleased/553.rst index 8c072b9d..b6469fad 100644 --- a/docs/build/unreleased/553.rst +++ b/docs/build/unreleased/553.rst @@ -4,6 +4,6 @@ Fixed bug when using the :paramref:`.EnvironmentContext.configure.compare_server_default` flag set - to ``True``where a server default that is introduced in the table metadata + to ``True`` where a server default that is introduced in the table metadata on an ``Integer`` column, where there is no existing server default in the database, would raise a ``TypeError``.