Rank 3: Container
Hi, i get this error to the run the app with it branch.
Votes
0
Replies
12
Participants
Unknown
Messages
13
Rank 3: Container
Hi, i get this error to the run the app with it branch.
Admin
You're alraedy using sembast or sqlite?
Rank 3: Container
No. I had sqlite but I had already deleted it
Rank 3: Container
Rank 3: Container
Here the error is generated when using the two libraries
Rank 3: Container
maybe one of the libraries updated and added the same class
Admin
Maybe...
Admin
so i modified that line to:
import 'package:sqflite_common_ffi/sqflite_ffi.dart' hide Database;
and was able to get things running again
Rank 3: Container
Hello again, yes that fixes the error. I was testing the offline mode and it works very well. I have some queries, how could a query save all the information without having a cache limit or by not placing "setOfflineCacheSize" is this achieved? Another query, Does it support the modification of the same data by different users of the same "Team" ?
Admin
There's a default cache size. I think it's 40mb or something
Admin
The server will reject conflicting requests if a document was updated after a write operation was queued
Rank 3: Container
[SOLVED] Error to the run the branch feat-offline-support-refactor
Rank 3: Container
ok friend thanks, I'll keep testing the functionality. Greetings