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(database): add support for parsing and verifying SQL scripts before inserting them into the editor.
This commit introduces a new feature to the database extension that enhances the user experience by adding support for parsing and verifying SQL scripts before they are inserted into the editor. This ensures that the scripts are syntactically correct and adhere to the specified dialect, improving the overall quality and reliability of the SQL code.
0 commit comments