From: Sebastian Bank Date: Tue, 16 Mar 2021 08:18:02 +0000 (+0100) Subject: fix 1.4 migration notes about sqlite implementation of regexp_match() X-Git-Tag: rel_1_4_1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9099d8c4b0bca350d1a88e22fcfb6a8f2d079d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix 1.4 migration notes about sqlite implementation of regexp_match() - follow-up ec264a5a2c810394ee4ebd7a78f83fc0ea785c1f --- diff --git a/doc/build/changelog/migration_14.rst b/doc/build/changelog/migration_14.rst index 1911c55aa6..0a153ceb8d 100644 --- a/doc/build/changelog/migration_14.rst +++ b/doc/build/changelog/migration_14.rst @@ -516,7 +516,7 @@ The regular expression syntaxes and flags are **not backend agnostic**. A future feature will allow multiple regular expression syntaxes to be specified at once to switch between different backends on the fly. -For SQLite, Python's ``re.match()`` function with no additional arguments +For SQLite, Python's ``re.search()`` function with no additional arguments is established as the implementation. .. seealso::