Closed patrickwestphal closed 11 years ago
I think this issue is related to a "feature" of H2: Either, you refer to database objects in all upper case or you have to put them into double quotes: TABLE or "table"
I am now using double quotes in all locations - this includes the generated SQL.
@Aklakan did you also add ;DATABASE_TO_UPPER=false
?
When using the built-in test database, e.g. via
with a view definition lik this
I got this JdbcSQLException:
I'm sure, the table exists because when I use
instead, everything works fine.