FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Refactor connection code by dcbrandao · Pull Request #57 · google/python-spanner-orm · GitHub

Refactor connection code - #57

Merged
dcbrandao merged 1 commit into
masterfrom
connections
Mar 19, 2019
Merged

dcbrandao merged 1 commit into
masterfrom
connections

Conversation

Copy link
Copy Markdown
Contributor

The code for managing Spanner connections is sort of clunky and I wasn't
able to do things I wanted with it (the primary being you couldn't run
migrations in a process that was also making active queries to the
existing database), so I've split things apart a bit to make that
possible. There's still some more work to allow not using global
connections, but this is enough work for a PR
Note: Depends on #55 and #56

The code for managing Spanner connections is sort of clunky and I wasn't
able to do things I wanted with it (the primary being you couldn't run
migrations in a process that was also making active queries to the
existing database), so I've split things apart a bit to make that
possible. There's still some more work to allow not using global
connections, but this is enough work for a PR
dcbrandao changed the base branch from migration-object to master March 19, 2019 18:24
dcbrandao merged commit 1dfdde3 into master Mar 19, 2019
dcbrandao deleted the connections branch March 19, 2019 18:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL