Unclear what the exclusive flag in Batch.commit() does #732
-
The documentation isn't very clear on what the It seems to be related to Bonus question: does |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You're pointing to the document of another package (sqflitezjl?) instead of sqflite: Exclusive is a reserved SQLite keyword. See here for explanation of its meaning. https://www.sqlite.org/lang_transaction.html |
Beta Was this translation helpful? Give feedback.
You're pointing to the document of another package (sqflitezjl?) instead of sqflite:
https://pub.dev/documentation/sqflite_common/latest/sqlite_api/Batch/commit.html
Exclusive is a reserved SQLite keyword. See here for explanation of its meaning. https://www.sqlite.org/lang_transaction.html
In a single process application, although I don't have a full understanding, it should not be needed most of the time.(personnaly I don't use it)