-
-
Notifications
You must be signed in to change notification settings - Fork 194
Transactions support #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Transactions support #294
Changes from all commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
db029e1
yii2 mongodb transaction
ziaratban 9da28a2
better structure for options
ziaratban b2a97e1
use yii::debug instead of yii::trace
ziaratban 9c39481
add profile to transaction
ziaratban 2c61886
fix bug
ziaratban 71d0b01
fix bug
ziaratban 1acb69e
fix bug in File Collection
ziaratban 4e94ae7
Update CHANGELOG.md
ziaratban d1e4da8
Update CHANGELOG.md
samdark ada4d4e
add Throwable in Connection::transaction()
ziaratban 0ee20d9
support OP_ALL , OP_DELETE , OP_INSERT , OP_UPDATE
ziaratban 50b0bb5
adding document lock feature
ziaratban 293951f
fix bug
ziaratban 63fd4a0
Update ActiveRecord.php
ziaratban 6e97759
Update ActiveRecord.php
ziaratban 01f4ad2
Update ActiveRecord.php
ziaratban 5c7ff07
support writeConcern number parameter
ziaratban e21a11b
adding stubborn feature for lock a document
ziaratban 278989e
save last session in Connection::Transaction()
ziaratban 88e656c
Update Connection.php
ziaratban ab96f62
updating documents
ziaratban be17b90
Update Connection.php
ziaratban a084b8d
rename Connection::withSession() to Connection::setSession()
ziaratban 6463da3
noTransaction feature
ziaratban ea65e02
adding 'return' to Connection::noTransaction()
ziaratban e67cebb
add exception handling for a safe return
ziaratban 96a6d4d
Merge branch 'master' into transaction
ziaratban 782a9d5
match with enableLogging and enableProfiling
ziaratban 96aa4ec
cleaning
ziaratban 0193317
fix bug
ziaratban 3185c26
fix bug
ziaratban 22d8c6f
fix bug
ziaratban 4e777d9
Optimization and better understanding and fix bugs
ziaratban 1a01b19
Update .travis.yml
ziaratban cf8d022
Update .travis.yml
ziaratban 260daaf
Update .travis.yml
ziaratban 8f8c181
Update .travis.yml
ziaratban 1923289
Update .travis.yml
ziaratban fa9015a
Update .travis.yml
ziaratban 9b9e8c0
Update .travis.yml
ziaratban ec360aa
Update .travis.yml
ziaratban 5102f28
Update .travis.yml
ziaratban 6969ebd
Update .travis.yml
ziaratban 09d24db
Update .travis.yml
ziaratban 084aae8
Update .travis.yml
ziaratban 5cf4da0
Update .travis.yml
ziaratban df1e43c
Update .travis.yml
ziaratban a6e9954
Update .travis.yml
ziaratban d78531a
update
ziaratban bb77751
Update mongodb-setup.sh
ziaratban c62c577
update
ziaratban 9a62685
Update .travis.yml
ziaratban e9231bb
Update .travis.yml
ziaratban 6e0e6ef
Update .travis.yml
ziaratban c3c9653
Update .travis.yml
ziaratban 4ee0ca9
Update .travis.yml
ziaratban c1dff46
adds `Once` option and modifies documents
ziaratban b604a33
Update Connection.php
ziaratban a0c575b
Merge pull request #1 from yiisoft/master
ziaratban 0f10c08
Merge branch 'master' into transaction
ziaratban 82e1102
Update CHANGELOG.md
samdark 9b4173f
remove static lockField
ziaratban f1e5b2b
Update ActiveRecord.php
ziaratban 0ab7973
Update src/ActiveRecord.php
ziaratban e95f147
Update src/ActiveRecord.php
ziaratban a20c162
Update src/ActiveRecord.php
ziaratban ccbc6c9
Update src/ActiveRecord.php
ziaratban ca35486
Update src/ActiveRecord.php
ziaratban 380983b
Update src/ActiveRecord.php
ziaratban 401eb55
Update src/ActiveRecord.php
ziaratban e75c4a1
Update src/ActiveRecord.php
ziaratban 39e3286
Update src/ActiveRecord.php
ziaratban 9e8f9f5
Update src/ActiveRecord.php
ziaratban 8c39791
Update src/ActiveRecord.php
ziaratban f42ff05
Clean code & a one development
ziaratban fc27d61
Update src/ActiveRecord.php
ziaratban 1534ea3
Update src/ActiveRecord.php
ziaratban 853814b
Update src/ActiveRecord.php
ziaratban 2f258bf
Update src/ActiveRecord.php
ziaratban 39da9a6
Update src/Transaction.php
ziaratban 37cdc63
Update src/Transaction.php
ziaratban 6f607d7
Update src/Transaction.php
ziaratban 412a8ee
Clean code & better development
ziaratban 141a3a6
Update Collection.php
ziaratban 49cecb1
Apply suggestions from code review
samdark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.