Ah, I see :S Sorry, SQL blindness. I think especially when it comes to DDL I will copy something and once it works not worry about the SQL (I mean it is unlikely I put the NOCHECK in on purpose).
Thanks for taking a look. On Thu, Mar 5, 2015 at 5:45 PM, Noel Grandin <[email protected]> wrote: > On Thu, Mar 5, 2015 at 5:57 PM, Mike Goodwin <[email protected]> > wrote: > > Ok, I can see that the constraint is specified incorrectly (in the wrong > > order). > > > > It really had to be something like that. Still, should it be possible to > > create a constraint with mismatched columns like that? > > > > You used the NOCHECK keyword. > > -- > 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/d/optout. > -- 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/d/optout.
