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

Re-implements SQL support with sessions #124

Merged
merged 9 commits into from
Aug 19, 2020
Merged

Re-implements SQL support with sessions #124

merged 9 commits into from
Aug 19, 2020

Conversation

dmalan
Copy link
Member

@dmalan dmalan commented Jun 12, 2020

No description provided.

jsarchibald and others added 9 commits June 4, 2020 12:17
commit modes. Registers Flask appcontext teardown function only once per
database instance, and also allows for multiple database connections in
a single Flask request.

Add unit tests for SQL savepoints, autocommit mode, manual transaction
mode. Add integration tests for Flask.
…URL variable, and always committing session so as to release locks.
…ance variable to track transaction status, and retaining session between calls to execute, among other things.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Transaction sessions; appcontext teardown fix; multiple databases in request fix.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version++

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mostly bug fixes, but arguably adds support for multiple connections too
@dmalan dmalan self-assigned this Jun 12, 2020
@kzidane kzidane merged commit 2d40229 into master Aug 19, 2020
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.

None yet

3 participants