Rank 2: Process
Hi, it is a way in version 1.3.1 to manually make transactions (start, commit, rollback) in a function code?
Maybe accessing to db-connection object and using it. I need this until the official appwrite transactions are released.
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 2: Process
Hi, it is a way in version 1.3.1 to manually make transactions (start, commit, rollback) in a function code?
Maybe accessing to db-connection object and using it. I need this until the official appwrite transactions are released.
Admin
Not really. You would have to manually implement the rollback by deleting newly created documents or updating documents to the previous state.
Rank 2: Process
Yeah I think that is required because the cache will get out of sync.
Rank 2: Process
Do you know what transaction isolation level appwrite will be using when the feature is ready? if I'm right the default is repeatable read
https://mariadb.com/kb/en/transactions/
Admin
I'm not sure
Rank 2: Process
[SOLVED] Transactions workaround
Rank 2: Process
thank you we will be waiting for transaction 