fix crash app autocomplite

Приложение падало при вызове autocomplite если в тексте sql встречался
оператор is dictinct from.
В определении имён не учитавались вложенные скобки, что приводило
к неполному перечню полей в списке autocomplite.
This commit is contained in:
lsv 2024-08-05 17:28:26 +05:00 committed by lsv
parent b0e9e1bf84
commit 9902878806
3 changed files with 78 additions and 69 deletions

View file

@ -112,7 +112,7 @@ namespace FSQL {
{ "nothing", 7, none},
{ "default", 7, none},
{ "current", 7, none},
{ "distinct", 8, none},
{ "distinct", 8, special},
{ "conflict", 8, none},
{ "recursive", 9, none},
{ "intersect", 9, new_line_align_no_pad | end_from},