Hi all,
The current way for a SpatialDatabasesDSMetadata to get information about a
geo table is to send a query for each detected dataset in the OGC
geometry_columns view/table:
• first, a query is sent to find the list of schema and tables,
• then for each Dataset name, a new query if sent to ge
Hi,
Wow, good catch Nicolas. It would be an interesting improvement.
sqlite : do you think you can track the change in OpenJUMP where this
regression happened ? Did you check with different versions of the
sqlite driver ?
Michaël
Le 07/08/2018 à 19:47, Nicolas Ribot a écrit :
Hi all,
The