You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT transform(MakePoint(-97.895904,26.322807,4326),26914) as my_geom FROM <any_table>
This query works in the spatiality GUI and it worked with version 1.1.0 of this plugin, but starting with version 1.2.0 it returns an empty object for every row. results.rows.item(0) is an empty object.
The text was updated successfully, but these errors were encountered:
Interoperability with the spatialite GUI is not the goal of this plugin. The change from 1.1.0 to 1.2.0 only changed the native libraries, so there is no problem with the plugin code, but with the binaries itself.
Which version of the spatialite GUI do you use? Maybe try an older/newer version.
I am not worried about the interoperability with the spatialite GUI but I am pretty sure that is valid sql.
The latest version of the plugin won't return the my_geom column. If I add a * ...
"SELECT *, transform(MakePoint(-97.895904,26.322807,4326),26914) as my_geom FROM <any_table>"
It will return all the rows and columns from the table but not the my_geom column. In version 1.1.0 it will return the my_geom column.
SELECT transform(MakePoint(-97.895904,26.322807,4326),26914) as my_geom FROM <any_table>
This query works in the spatiality GUI and it worked with version 1.1.0 of this plugin, but starting with version 1.2.0 it returns an empty object for every row. results.rows.item(0) is an empty object.
The text was updated successfully, but these errors were encountered: