Hi, I hope to release a new version this weekend, but I'm not sure yet. It could be next weekend. Until then, you can use the latest version from here: http://h2database.com/html/download.html "Latest Automated Build (not released) <http://www.h2database.com/automated/h2-latest.jar>". The change should be included in about 12 hours.
Regards, Thomas On Tue, Jul 16, 2013 at 8:23 PM, <[email protected]> wrote: > > > Am Dienstag, 16. Juli 2013 10:54:43 UTC+2 schrieb Noel Grandin: > >> >> 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. >> > > Can confirm that it works now, thanks a lot. Any chance to release a new > version with that fix? > > > -- > 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. > > > -- 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.
