Data Source — SQLite3 – Error
When I am trying to connect to a SQLite3 db on the Data Sources I get the following error:
I have checked that the db file has no errors via Firefox SQL Lite Manager.
I really need to find a solution for this problem.
Please help me.
Thanks.
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)