ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

SQL dialect hint/annotation #96

Open cyberhuman opened 4 years ago

cyberhuman commented 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.

ygrek commented 4 years ago

This would be a nice feature but it is a humongous amount of work. Don't hold your breath :]