I have some code I'm porting to H2 that creates tables programmatically using a PreparedStatement with executeUpdate the original code uses statement parameters for field default values.
However in H2, though no exception is raised these default values are ignored and the INFORMATION_SCHEMA shows default values of ?1 ?2 ?3 etc. for the created table I can work round the problem but I would have expected either a syntax error or the parameters to be expanded. -- 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 view this discussion visit https://groups.google.com/d/msgid/h2-database/4ff49d20-e4ab-4ff7-b7dc-1281b98c365dn%40googlegroups.com.
