SQLiteJDBC giving org.sqlite.MetaData.getImportedKeys not yet implemented error with Hibernate
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-05-18T23:31:53Z
Indexed on
2010/05/18
23:40 UTC
Read the original article
Hit count: 214
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?
© Stack Overflow or respective owner