Data Source — SQLite3 — Error

I get an error message while attempting to connect to SQLITE 3 db from the Data sources window. I have checked the DB files by Firefox SQLite manager. I found no error in the db file. Can anyone help me on this issue?
Here is a screen shot:
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)
