Trying to query tables from a GeoPackage file with st_intersections() function availabe for spatialite. When I run the SqlExecutor , I have an error logged :
GEOPACKAGE reader: In ExecuteSQL(): sqlite3_prepare_v2(select grid_id,geom from grid where st_intersects((Select geom from var_fuelt17),grid.geom) group by grid_id): no such function: st_intersects
Tried to use Spatialite Database format pointing to geopackage file but run into issue.
All spatial functions are working in QGIS or using spatialite 4.3 command line tools.
Any ways to make it work ?