Is there any breaking change on SQLite in the latest XOJO?

I have my migration app for years that i update and suddenly i downloaded the latest XOJO, try running the app in debug mode and app is always empty meaning no data, i start the old app back, i see all the data, i guess something breaks either on DB level, or on connector level or on encryption level.

I’ll dig into the code and let you know if i find something .

Thanks

Found the issue, i had a computed property called isConnected in my DB side which was checking things, and it seems that XOJO decided to add isConnected as their own property which fails my code.

I updated that and now works.

2 Likes