Hi Thomas -
The Parser flag is very helpful. Thank you.
Re: "on commit delete rows"
It seems the syntax is illegal when combined with ENGINE directive:
stat.execute("CREATE TABLE t2(id int, object_id int, name varchar)
ENGINE \"" + UserTableEngine.class.getName() + "\" on commit delete
rows ");
CREATE TABLE T1(ID INT, NAME VARCHAR) ENGINE
"com.corp.mode.tables.ObjectTableEngine" ON COMMIT DELETE ROWS
>> org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement
On Jul 17, 12:26 am, Thomas Mueller <
thomas.tom.muel...@gmail.com>
wrote:
> >
http://groups.google.com/group/h2-database?hl=en.- Hide quoted text -
>
> - Show quoted text -