renamed "regexpParseErrors" to "regexp_parse_errors"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:05 +02:00
parent fdb615fb91
commit 37432232b8
10 changed files with 25 additions and 18 deletions

View File

@@ -864,7 +864,7 @@ case @regexpterm.kind of
| 26 = @regexp_negative_lookbehind
| 27 = @regexp_unicode_property_escape;
regexpParseErrors (unique int id: @regexp_parse_error,
regexp_parse_errors (unique int id: @regexp_parse_error,
int regexp: @regexpterm ref,
varchar(900) message: string ref);