-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4 -- Coupled AcidFS with SQLAlchemy transactions
In theory DB commits and AcidFS commits should be in sync: Based on this assumption shifting `transaction.commit` from `property.py` to `ext/db.py` should work. Actually it *does* work, but somehow AcidFS only commits the most recent `write` .. seems like a bug of AcidFS to me, but due to the complexity of this "test" case it could also be a flawed conclusion on my part.
- Loading branch information
Hasan Karahan
committed
Aug 17, 2013
1 parent
cd780b8
commit 2586768
Showing
2 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters