From: Mike Bayer Date: Thu, 22 Apr 2021 03:09:13 +0000 (-0400) Subject: fix typo X-Git-Tag: rel_1_4_11~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4281f5089a612d4dd245af9bb211b388085d96b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I66e914680989ac86d836b3b1f87bbcbeda87a265 --- diff --git a/doc/build/changelog/unreleased_14/6337.rst b/doc/build/changelog/unreleased_14/6337.rst index 292850f428..c85e3b0352 100644 --- a/doc/build/changelog/unreleased_14/6337.rst +++ b/doc/build/changelog/unreleased_14/6337.rst @@ -2,7 +2,7 @@ :tags: bug, engine, regression :tickets: 6337 - Fixed critical regression caused by the change in :ticket`5497` where the + Fixed critical regression caused by the change in :ticket:`5497` where the connection pool "init" phase no longer occurred within mutexed isolation, allowing other threads to proceed with the dialect uninitialized, which could then impact the compilation of SQL statements.