Skip to content

Fix error message in sqlite connection thread check#6028

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
iwiwi:fix-sqlite-error-msg
Mar 26, 2018
Merged

Fix error message in sqlite connection thread check#6028
serhiy-storchaka merged 1 commit into
python:masterfrom
iwiwi:fix-sqlite-error-msg

Conversation

@iwiwi

@iwiwi iwiwi commented Mar 8, 2018

Copy link
Copy Markdown
Contributor

This is a trivial change that fixes an error message. It adds a missing whitespace and period.

Before:

sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140737042412480 and this is thread id 123145375645696

After:

sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140737042412480 and this is thread id 123145375645696.

@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @iwiwi for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7.
🐍🍒⛏🤖

@serhiy-storchaka

Copy link
Copy Markdown
Member

Thank you @iwiwi!

@bedevere-bot

Copy link
Copy Markdown

GH-6258 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 26, 2018
(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @iwiwi and @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 030345c0bfc2f76684666fe5c61e766ba5debfe6 2.7

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @iwiwi and @serhiy-storchaka, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 030345c0bfc2f76684666fe5c61e766ba5debfe6 3.6

miss-islington added a commit that referenced this pull request Mar 26, 2018
(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2018
…6028).

(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
@bedevere-bot

Copy link
Copy Markdown

GH-6324 is a backport of this pull request to the 3.6 branch.

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request Mar 31, 2018
…6028).

(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
@bedevere-bot

Copy link
Copy Markdown

GH-6325 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka added a commit that referenced this pull request Mar 31, 2018
…GH-6324)

(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
serhiy-storchaka added a commit that referenced this pull request Mar 31, 2018
…GH-6325)

(cherry picked from commit 030345c)

Co-authored-by: Takuya Akiba <469803+iwiwi@users.noreply.github.com>
@iwiwi
iwiwi deleted the fix-sqlite-error-msg branch April 5, 2018 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants