> I'll first have to read into type domains for MySQL
>
> Sorry for introducing a confusion, but MySQL doesn't support them yet. But,
> for example, Postgres does:
> http://developer.postgresql.org/pgdocs/postgres/sql-createdomain.html
> There is also CREATE TYPE in MSSQL for the same purpose.

OK, so for now a type/name mapping will be sufficient, I guess? I'll
read into Postgres DOMAIN's then for some later release. That's
clearly something I'd want to support. I can think about type mappings
for domains again, once domain support is implemented.

Domain support:
https://sourceforge.net/apps/trac/jooq/ticket/681

SQL 92 DOMAIN specification in chapter 11.21:
http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt

Thanks for those hints

Reply via email to