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

Add specification for auto-commit and isolation level #95

Closed
wants to merge 3 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented May 24, 2019

We now specify how connections get created. The Connection interface exposes methods to interact with auto-commit and isolation level configuration.

Savepoints are a first class citizen across most SQL databases. Some vendors do not support savepoints so we now make the entire Savepoint support optional providing a consistent approach on how to signal that savepoints are not supported.

Related ticket: #78

We now specify how connections get created. The Connection
interface exposes methods to interact with auto-commit and isolation level
configuration.
Savepoints are a first class citizen across most SQL databases.
Some vendors do not support savepoints so we now make the entire
Savepoint support optional providing a consistent approach how to
signal that savepoints are not supported.
@gregturn
Copy link
Contributor

I have rebased this branch and force pushed it, so we can re-review in light of that recent updates to the SPI.

@gregturn gregturn closed this Aug 19, 2019
@gregturn gregturn deleted the autocommit branch August 19, 2019 14:15
@gregturn gregturn added this to the 0.8.0.RC1 milestone Aug 19, 2019
@gregturn gregturn added type: documentation A documentation update type: enhancement A general enhancement labels Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants