From 0e934bd662790fb54e20cae3e9caac3e6b89e4ba Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Tue, 27 Apr 2021 15:29:47 +0200 Subject: [PATCH] SIMILAR TO also requires escape of } See also https://github.com/FirebirdSQL/firebird-documentation/issues/124 --- doc/sql.extensions/README.similar_to.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.similar_to.txt b/doc/sql.extensions/README.similar_to.txt index 6dc2c50d71..85eac7c454 100644 --- a/doc/sql.extensions/README.similar_to.txt +++ b/doc/sql.extensions/README.similar_to.txt @@ -84,11 +84,11 @@ Syntax: Note: 1) is any character except , , , , , , , , , , -, , and . +, , , and . 2) is the succeeded by one of , , , , , , , , , -, , , or . +, , , , or . 3) Since FB 4 the repeat factor low/high values could not be greater than 1000.