intelisense fix #484

This commit is contained in:
Jan Prochazka 2023-02-05 20:03:15 +01:00
parent d61a7c54ce
commit d9eb0f0976

View File

@ -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({