... except for this little bug in ExeUpdateSql.java:parseUpdate (Line: 175)
when i try to execute "delete from table" pos[2] is 0, and sql.substring will crash. i work around this by executing "delete from table ;".
WORKAROUND:The workaround is to add a space .... "delete from mytable "
fixed in HEAD.