Hi Peter,
org.h2.jdbc.JdbcSQLException: Column "DATE" not found; SQL statement: Select * from ****** where *******_date< date ? [42122-163]
Should have taken the time to wake up. The date literal in H2 cannot take a parameter as PostgreSQL does. There is no directly compatible syntax.
Regards, Peter -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
