3nids / quickfinder

Quick Finder is a QGIS 2.x plugin offering a single place to perform searches on project layers and online remote services
http://3nids.github.io/quickfinder/
Other
8 stars 14 forks source link

Add an option to store geometry as WKB, WKT or extent as WKT - Backport for master_2 #53

Closed mdouchin closed 7 years ago

mdouchin commented 7 years ago

just corrected an issue, rebased, and repushed This could be great to release a point fix version (last one) for QGIS 2.*.

3nids commented 7 years ago

Was looking at the code. Not tested yet, but it seems there is a compatibility issue. You have a version in the dtabase see https://github.com/3nids/quickfinder/blob/master/core/project_finder.py#L43

There will be an error if using the new plugin with old version. Hence, whenever opening the FTS file (in ProjectFinder::setFile), there should be a check of the model version and an update if possible.

Can you handle this too?

mdouchin commented 7 years ago

Sure, will do it ( getting around the poor sqlite features for table structure modifications )

mdouchin commented 7 years ago

Hi @3nids Any update on this ? Please let me know if anything is needed

3nids commented 7 years ago

Sorry for the delay. I had a look yesterday but had troubles with qgis 2. Will review by the end of the week. Sorry again

3nids commented 7 years ago

thanks a lot!