DB Needs Transactions implemented. #268
Labels
database
Issues or pull requests that affect the database layer
in progress
new feature
PRs for new features
Milestone
I was holding off on this until I had a chance to think it through more. I think this can be implemented similarly to how it is in CI3. So, we would implement
trans_start()
andtrans_complete()
just like they were, basically.In addition, though, I think we can add a new condensed version using a Closure:
Which basically wraps the closure in the familiar
trans_start()
andtrans_complete
methods, but is a little more obvious about what's included in the transaction.The text was updated successfully, but these errors were encountered: