A better SQL validator and comparison with existing SQL validators
app.sqlai.ai·9h·
Discuss: Hacker News

How a better SQL validator could look. There are a plethora of SQL validators available, but almost all of them are incredibly simple, to the extent that they do not actually validate a given SQL query properly. The problem is not always just poor or inadequate validation of the SQL syntax, but also the user-friendliness of the SQL validator itself; it is difficult to see what exactly the syntax error is and where it is located.

A common example of this is when the SQL validator correctly locates a validation error in a SQL query, but fails to report that the SQL query contains 1-2-3 more validation errors. Another problem is how the validation error is displayed; often separately from the SQL query itself, so the user has to find the …

Similar Posts

Loading similar posts...