added bool to the view query sql syntax highlighter and autocompletion
This commit is contained in:
@@ -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: "*+-%<>!=&|/~",
|
||||
|
||||
Reference in New Issue
Block a user