SQLiteJDBC giving org.sqlite.MetaData.getImportedKeys not yet implemented error with Hibernate
- by Chris
Hi all,
SQLiteJDBC was giving me the following exception when used with hibernate's "hbm2ddl.auto = update" setting:
org.sqlite.MetaData.getImportedKeys not yet implemented
Any solutions? I found one below, and am posting it here for my future reference, but anyone else have any better ideas?