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
On my early tests of gixql a couple of years ago I remember it having some syntax check of the SQL sentences for example I remind to get errors when using Oracle functions on a plsql database for example NVL and decode to be invalid on plsqsl
Since gixsql cames from ocesql, these syntax checks wera available
Now that gixsql works for other databases than plsql (Added oracle, mysql, etc) all that syntax check seems to be gone
Is it possible to get that syntax checking back? Any settings to do that?
Thanks
The text was updated successfully, but these errors were encountered:
On my early tests of gixql a couple of years ago I remember it having some syntax check of the SQL sentences for example I remind to get errors when using Oracle functions on a plsql database for example NVL and decode to be invalid on plsqsl
Since gixsql cames from ocesql, these syntax checks wera available
Now that gixsql works for other databases than plsql (Added oracle, mysql, etc) all that syntax check seems to be gone
Is it possible to get that syntax checking back? Any settings to do that?
Thanks
The text was updated successfully, but these errors were encountered: