]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix 1.4 migration notes about sqlite implementation of regexp_match() 6057/head
authorSebastian Bank <sebastian.bank@uni-leipzig.de>
Tue, 16 Mar 2021 08:18:02 +0000 (09:18 +0100)
committerSebastian Bank <sebastian.bank@uni-leipzig.de>
Tue, 16 Mar 2021 08:18:02 +0000 (09:18 +0100)
- follow-up ec264a5a2c810394ee4ebd7a78f83fc0ea785c1f

doc/build/changelog/migration_14.rst

index 1911c55aa6d169db09493ebba7625dff7c212e74..0a153ceb8d22edf68ebddd983d5fa417c1f16888 100644 (file)
@@ -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::