From fb9099d8c4b0bca350d1a88e22fcfb6a8f2d079d Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Tue, 16 Mar 2021 09:18:02 +0100 Subject: [PATCH] fix 1.4 migration notes about sqlite implementation of regexp_match() - follow-up ec264a5a2c810394ee4ebd7a78f83fc0ea785c1f --- doc/build/changelog/migration_14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2