Data Source Window SQLite3 Error
Every time I try to connect to SQLite3 DB (from the Data Sources window) I get the below error message shown. I re-checked my db file and it has NO errors. I checked it from the Firefox SQLite Manager. Guys, any idea as to why this comes up?
Thanks in advance.
Error:
Connection Error
3 of 3 tables were loaded.
The following errors were encountered:
Table: SCHEMA MIGRATIONS
java.sql.SQLException: not yet implemented
at org.sqlite.MetaData.getImportedkeys(MetaData.java:503)
Table: SQLITE SEQUENCE
java.sql.SQLException: not yet implemented
at org.sqlite.MetaData.getImportedkeys(MetaData.java:503)
Table: USERS
java.sql.SQLException: not yet implemented
at org.sqlite.MetaData.getImportedkeys(MetaData.java:503)