I have to wait for ages while my query is queued, just to learn that there is a syntax error. Is it possible to preprocess queries so that syntax errors are reported at once?
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
Is there an open source 'SQL Query Validator' that supports MySQL syntax? My quick google search didn't find anything.
Comment Actions
A possible solution would be to use CodeMirror and the linting addon since it is already used in Quarry, but there is no support for linting the SQL syntax. If someone is interested, it could be an upstream contribution, and then it could be integrated on Quarry.
Comment Actions
The problem is, this isn't really standardized SQL, but MySQL / MariaDB variant. Upstreaming this sounds unlikely.