You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi! while i tryng to migrate my database to sqlite (using that database offline) i found that sqlite doesnt use as default spatialite add on.
its possible to implement it in CN1??
thanks!
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device
Shai Almog
unread,
Jul 31, 2016, 12:26:10 AM7/31/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions, romanca...@gmail.com
Hi, I'm afraid that isn't implemented at this time. It's non-trivial since it would require using our own custom version of SQLite instead of the builtin one which isn't necessarily what developers would want.
Normally you can use native interfaces to do things like that but this seems like a lot of work for sqlite. Personally I would port a Java based DB instead. Not sure if hsql has geospatial support but having a Java based DB would be far more convenient and portable.