You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devins-lang): add support for parsing and verifying SQL scripts before inserting them into the editor.
This commit introduces a new feature to the devins-lang extension that allows for the parsing and verification of SQL scripts before they are inserted into the editor. This is achieved by creating a temporary SQL file from the script text and using a custom visitor to check for syntax errors. If any errors are found, they are logged and the user is notified. This feature helps to ensure that only valid SQL scripts are entered into the editor, reducing the risk of runtime errors.
0 commit comments