Open cyberhuman opened 4 years ago
Different SQL dialects support different features, have a bit different syntax, etc. For example https://github.com/ygrek/sqlgg/commit/e10442a1363d4a5a66a93509359ff97c4a46c50e#commitcomment-40095563. We could add support for dialect hints and detect incompatible SQL early.
This would be a nice feature but it is a humongous amount of work. Don't hold your breath :]
Different SQL dialects support different features, have a bit different syntax, etc. For example https://github.com/ygrek/sqlgg/commit/e10442a1363d4a5a66a93509359ff97c4a46c50e#commitcomment-40095563. We could add support for dialect hints and detect incompatible SQL early.