Skip to content
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

[5.3] Add support for wrapping of schema changes in transaction. #215

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

yajra
Copy link
Owner

@yajra yajra commented Oct 11, 2016

This PR will add support for wrapping of schema changes in transaction as per this framework PR: laravel/framework#15780

@yajra yajra merged commit 7dfd447 into 5.3 Oct 11, 2016
@yajra yajra deleted the schema-transaction branch October 11, 2016 02:06
@yajra
Copy link
Owner Author

yajra commented Oct 12, 2016

NOTE

As per this SO post, DDL transaction may not be supported by Oracle. However, as per testing, migration still works so I guess there is no harm enclosing migrations inside the transaction which I think is supported by 12c via transaction guard.

Transaction Guard supports the following transaction types against Oracle Database 12c:
» Local transactions
» DDL and DCL transactions
» Distributed and Remote transactions
» Parallel transactions
» Commit on Success (auto-commit)
» PL/SQL with embedded COMMIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant