totalcross
totalcross copied to clipboard
Dropping support for Litebase
Dropping support for Litebase
We're dropping support for Litebase on version 7.0.0, in order to do this we're first depreciating the package, and in the future we will remove it from our repository, any discussions related to this removal should take place on this issue.
We could deprecate it on 7.0 and drop it on 8.0 release. It would be good to document it and if possible suggest alternative for people who rely on it to migrate.
For some time, during the transition from Litebase to SQLite in TotalCross, I've made a Litebase compatible work-around that actually sent the SQL commands to both SQLite and Litebase. If interested, @otavio , I may try to recreate something like that and post the repo here.
The updates were in both SQLite and Litebase, but the read was SQLite only. That limited our options on some queries, but there were more work arounds
Be aware that we used Litebase here due to the built-in non-synced row status, and that there was some workaround this when we used pure SQLite later on.