custom sql dialect
the company I work for makes extensive use of Composite (http://www.compositesw.com/), which exposes its underlying data via odbc/jdbc. The driver, though, has its own weird sql syntax that may not even be SQL-99 or SQL-2003 compliant. Is there there a way, though, to support it in PyCharm with a custom dialect?
Please sign in to leave a comment.
Yep! We also have a similar problem but with own dialect. Is there a way to write custom dialect by ourselves or at least attach something like command-line linter to highlight errors?
Upd https://youtrack.jetbrains.com/issue/DBE-3142