Skip to content

Commit

Permalink
Merge pull request #215 from yajra/schema-transaction
Browse files Browse the repository at this point in the history
[5.3] Add support for wrapping of schema changes in transaction.
  • Loading branch information
yajra authored Oct 11, 2016
2 parents 61f1178 + 7e2568d commit 7dfd447
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Oci8/Schema/Grammars/OracleGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ class OracleGrammar extends Grammar
*/
protected $schema_prefix = '';

/**
* If this Grammar supports schema changes wrapped in a transaction.
*
* @var bool
*/
protected $transactions = true;

/**
* Compile a create table command.
*
Expand Down

0 comments on commit 7dfd447

Please sign in to comment.