mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix crash app autocomplite
Приложение падало при вызове autocomplite если в тексте sql встречался оператор is dictinct from. В определении имён не учитавались вложенные скобки, что приводило к неполному перечню полей в списке autocomplite.
This commit is contained in:
parent
b0e9e1bf84
commit
9902878806
3 changed files with 78 additions and 69 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue