Replies: 1 comment
-
Hi @keidrych , and welcome to SQLPage ! There is unfortunately currently no linter built into SQLPage. And since sqlpage applies some small sql syntactic transformations to your code before passing it to your database, you would need a custom linter (or an extensible enough linter) to take them into account. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any linters that work better with SQLPage than others?
Normally when working with SQL I would use SQLFluff however it has trouble with SQLPage's custom
$variable
&:variable
& SQLite'screate table xxx () without rowid;
Beta Was this translation helpful? Give feedback.
All reactions