mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
intelisense fix #484
This commit is contained in:
parent
d61a7c54ce
commit
d9eb0f0976
@ -19,7 +19,7 @@ export default function analyseQuerySources(sql, sourceNames) {
|
||||
name: word,
|
||||
});
|
||||
} else if (
|
||||
/^((where)|(inner)|(left)|(right)|(on)|(join)|(set))$/i.test(postWord) ||
|
||||
/^((where)|(inner)|(left)|(right)|(on)|(join)|(set)|(order)|(group))$/i.test(postWord) ||
|
||||
!/^[a-zA-Z][a-zA-Z0-9]*$/i.test(postWord)
|
||||
) {
|
||||
res.push({
|
||||
|
Loading…
Reference in New Issue
Block a user