dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

Support SQL Domains #136

Open rabbiveesh opened 2 years ago

rabbiveesh commented 2 years ago

The SQL standard defines domains, which are user defined types that come with validity checks. These (as far as I saw) are supported in various parsers, but not by any producers.

It would be nice to support these.