Hello Martin,

> I suspect that some Gradle dependencies have been mixed. Maybe it
> imports GeoAPI 3.0.0 instead of GeoAPI 3.0.1
You are right this was the case for most of the issues.
Garbage collector dependent tests failed almost always. Besides that
there are 11
failed tests now.

I placed SQLite configurations in a seperate class (SQLiteConfiguration).
Since we only target for SQLite, removed codes regarding getting database
metadata from JDBC and made them to use SQLiteConfiguration
class. I did this because, as of my knowledge, there is no way to get
metadata programmatically without using JDBC.

Can we install the metadata tables (Create.sql) when installing EPSG
dataset, and to the same database? Since we cannot create schemas in
SQLite (correct me if wrong), do we have to create another database
for metadata?

-- 
Sisinda

Reply via email to