On 2013-07-15 22:02, [email protected] wrote:

it fails here:

create table foo (bar char(1) default 'N' not null check (bar in ('Y', 'N')));
alter table foo alter bar rename to baz;
select SQL from INFORMATION_SCHEMA.TABLES
shows, that it is broken, check constraint was not renamed:
"CREATE CACHED TABLE PUBLIC.FOO(BAZ CHAR(1) DEFAULT 'N' NOT NULL CHECK (BAR IN('Y', 'N')))"

Ah, I see. Thanks, I missed that. Fixed in SVN now.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to