updated view autocomplete keywords
This commit is contained in:
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- prism -->
|
||||
<script src="./libs/prism/prism.js" data-manual></script>
|
||||
<script type="module" crossorigin src="./assets/index-Bpuqi2CW.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-oyPtdrRh.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-C1IKppLj.css">
|
||||
</head>
|
||||
|
||||
@@ -6,8 +6,9 @@ export function collectionViewQueryTab(upsertData) {
|
||||
// dprint-ignore
|
||||
const autocomplete = [
|
||||
"SELECT", "FROM", "WHERE", "LEFT JOIN", "INNER JOIN", "ON",
|
||||
"GROUP BY", "HAVING", "ORDER BY", "LIMIT", "OFFSET", "AS",
|
||||
"WITH", "NOT", "IN", "EXISTS", "LIKE", "CAST",
|
||||
"AS", "GROUP BY", "HAVING", "ORDER BY", "ASC", "DESC", "LIMIT",
|
||||
"OFFSET", "WITH", "NOT", "IN", "AND", "OR", "EXISTS", "LIKE",
|
||||
"CAST", "REAL", "DECIMAL", "NUMERIC", "INT", "TEXT", "BOOL",
|
||||
];
|
||||
|
||||
const local = store({
|
||||
|
||||
Reference in New Issue
Block a user