I am trying to create an in memory database that uses hstore to replace my integration tests using H2, can it do this or is this not possible currently?
I get this error in liquibase Syntax error in SQL statement "CREATE EXTENSION[*] IF NOT EXISTS HSTORE "; expected "OR, FORCE, VIEW, ALIAS, SEQUENCE, USER, TRIGGER, ROLE, SCHEMA, CONSTANT, DOMAIN, TYPE, DATATYPE, AGGREGATE, LINKED, MEMORY, CACHED, LOCAL, GLOBAL, TEMP, TEMPORARY, TABLE, PRIMARY, UNIQUE, HASH, SPATIAL, INDEX"; SQL statement: CREATE EXTENSION IF NOT EXISTS hstore [42001-181] at org.h2.message.DbException.getJdbcSQLException(DbException.java:345) at org.h2.message.DbException.getSyntaxError(DbException.java:205) at org.h2.command.Parser.getSyntaxError(Parser.java:525) at org.h2.command.Parser.parseCreate(Parser.java:4161) -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
