mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 16:26:00 +00:00
code completion test
This commit is contained in:
@@ -19,7 +19,7 @@ export default function analyseQuerySources(sql, sourceNames) {
|
|||||||
name: word,
|
name: word,
|
||||||
});
|
});
|
||||||
} else if (
|
} else if (
|
||||||
/^((where)|(inner)|(left)|(right)|(on)|(join))$/i.test(postWord) ||
|
/^((where)|(inner)|(left)|(right)|(on)|(join)|(set))$/i.test(postWord) ||
|
||||||
!/^[a-zA-Z][a-zA-Z0-9]*$/i.test(postWord)
|
!/^[a-zA-Z][a-zA-Z0-9]*$/i.test(postWord)
|
||||||
) {
|
) {
|
||||||
res.push({
|
res.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user