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.5] add TransactionIsolation DSN key for SQL Server #21069

Merged
merged 1 commit into from
Sep 7, 2017

Conversation

khorpy
Copy link
Contributor

@khorpy khorpy commented Sep 7, 2017

PDO driver for SQL server provides additional configuration options for DSN string. One of them is TransactionIsolation. Possible values are listed in official PDO documentation. This PR makes possible to set desired transaction isolation level for SQL server connection.

@khorpy khorpy changed the title Added TransactionIsolation DSN key for SQL Server [5.5] added TransactionIsolation DSN key for SQL Server Sep 7, 2017
@khorpy khorpy changed the title [5.5] added TransactionIsolation DSN key for SQL Server [5.5] add TransactionIsolation DSN key for SQL Server Sep 7, 2017
@taylorotwell taylorotwell merged commit d00031f into laravel:5.5 Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants