On 1.136, creating a domain within a schema:

create domain myschema.ipaddress as varchar(32);  -- doesn't work.
create domain ipaddress as varchar(32); -- works, but creates one in
the public schema, even with set schema

Not sure if this is part of the standard (should it work?). The
public_schema holds a "schema" field for each domain, sort of implying
that it should.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to