CREATE TABLE TEST.PUBLIC.T1
or
INSERT INTO TEST.PUBLIC.T1 (C1, C2) VALUES (?, ?)
an exception is thrown: "schema TEST not found".
I'm wondering if this isn't a bug since the same statements work fine
in the H2 Console.
Thanks,
Jorge
On Aug 10, 9:58 am, "jms.cer...@gmail.com" <jms.cer...@gmail.com>
wrote: