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

db: migrate to connectionless execution for raw sql #1783

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

RustyBower
Copy link
Contributor

I really hate being able to execute raw SQL against the database, but this should fix the issue for anyone needing to do it

@dgw dgw added Bugfix Generally, PRs that reference (and fix) one or more issue(s) High Priority labels Dec 15, 2019
@dgw dgw added this to the 7.0.0 milestone Dec 15, 2019
Copy link
Member

@dgw dgw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling this High Priority because it fixes API backward-compatibility with how the db module worked before. Confirmed to fix the issue I had in my own plugin code (dgw/sopel-dgwmergeutils#12).

@dgw
Copy link
Member

dgw commented Dec 15, 2019

@RustyBower I ❤️ that you fixed this thing for me anyway, despite disagreeing with the feature, for the sake of API compatibility. Much appreciated!

@Exirel
Copy link
Contributor

Exirel commented Dec 15, 2019

Yeah good work here @RustyBower

For Sopel 7.1 we might want to reconsider how Sopel exposes its access to the DB into something different, but we'll see that later.

@dgw dgw merged commit d416e19 into sopel-irc:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) High Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants