Closed coder-miguel closed 5 years ago
What do you mean by syntax errors? This extension isn't a linter, and shouldn't cause any syntax error issues to be shown. You might be getting an error from another extension you have installed.
Unless you mean that it's not formatting that syntax correctly, which I can look into if so.
Oh you are right, It was using mssql error reporting. It works fine.
Good to hear you got it figured out! Thanks 😸
The following line is showing to have syntax errors even though this is correct syntax for mysql:
CREATE DATABASE IF NOT EXISTS mydatabase;