Hi, To find the changed source code, you can go to https://code.google.com/p/h2database/source/list . This case is https://code.google.com/p/h2database/source/detail?r=5707 - test case is here: https://code.google.com/p/h2database/source/diff?spec=svn5707&r=5707&format=side&path=/trunk/h2/src/test/org/h2/test/db/TestCases.java
Regards, Thomas On Fri, Jul 4, 2014 at 9:12 AM, Noel Grandin <[email protected]> wrote: > > > On 2014-07-04 08:51 AM, cowwoc wrote: > >> >> How is this even possible? When I try creating foreign keys to tables >> that are only created later,the CREATE TABLE >> statement fails ("table X does not exist"). Can you provide an example of >> problematic code? >> >> > We allow general SQL statements in our CHECK constraints, and we don't > validate them immediately. > > > -- > 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.
