Skip to content

Commit

Permalink
feat: Allow default max transaction attempts to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Feb 8, 2024
1 parent 23d5035 commit 59689dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ Added
- `Schema\Builder::dropAllTables` works properly, dropping foreign keys, indexes, then tables in order of interleaving (#161)
- Support for inserting and selecting array of DateTime/Numeric objects (#168)
- Allow pretending for DDL statements (#170)
- Allow default max transaction attempts to be changed (#)

Changed
- `Query\Builder::lock()` no longer throw an error and will be ignored instead (#156)
- `Schema\Builder::getIndexListing()` `Schema\Grammar::compileIndexListing()` converted to `getIndexes()` and `compileIndexes()` to align with standard Laravel methods (#161)
- Missing primary key will no longer be checked and will be checked on the server side instead (#177)
- `Connection::transaction()`'s `$attempts` argument's default value was changed from 10 to -1 (which is a magic number for default value which is 11) (#)

Fixed
- `Schema\Grammar::compileAdd()` `Schema\Grammar::compileChange()` `Schema\Grammar::compileChange()` now create separate statements (#159)
Expand Down

0 comments on commit 59689dd

Please sign in to comment.