I think these problems have a common source. Parameters in H2 are not 
supported in DDL statements (this is not a big problem by itself) and also 
in some inner constructions, WITH and MERGE USING are the most problematic. 
WITH creates own DDL commands (so parameters don't work too), and current 
implementation of MERGE USING also generates some own code for its inner 
parts. I tried to fix it some time ago, but I didn't succeed.

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to