added bool to the view query sql syntax highlighter and autocompletion

This commit is contained in:
Gani Georgiev
2023-12-13 09:07:18 +02:00
parent c213d9313e
commit bf5eba0384
32 changed files with 41 additions and 39 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
dialect: SQLDialect.define({
keywords:
"select distinct from where having group by order limit offset join left right inner with like not in match asc desc regexp isnull notnull glob " +
"count avg sum min max current random cast as int real text " +
"count avg sum min max current random cast as int real text bool " +
"date time datetime unixepoch strftime coalesce lower upper substr " +
"case when then iif if else json_extract json_each json_tree json_array_length json_valid ",
operatorChars: "*+-%<>!=&|/~",