-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddGeometryColumn Error (InitSpatialMetadata related) #10
Comments
I noticed an interesting thing; Firstly I generated a spatialite db by using QGIS and copied it to the device. Then successfully created a new table and added geometry column from Android app. It works without any problem with pre initialized spatialite db's. I think the problem is about InitSpatialMetadata() sql function. Do you have any advice ? |
Hello, I think I do not get the problem. Could you please provide more info? I've made a test case with your code and do not see anything suspicious for now. |
Here is sample code |
Ok, the problem is within |
I think the Android-friendly way to use Spatialite's functions that has the "transaction" parameter like:
is to supply FALSE (0) to the transaction parameter and wrap them with
|
I got the same problem,i solve this problem by run cursor. |
Hi,
I am trying to create spatialite db but no luck.
Here is my code to
The text was updated successfully, but these errors were encountered: