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

sqlite3 module needs upgrading #46392

Closed
carloverre mannequin opened this issue Feb 18, 2008 · 4 comments
Closed

sqlite3 module needs upgrading #46392

carloverre mannequin opened this issue Feb 18, 2008 · 4 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@carloverre
Copy link
Mannequin

carloverre mannequin commented Feb 18, 2008

BPO 2139
Nosy @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-02-19.21:52:41.545>
created_at = <Date 2008-02-18.10:50:39.906>
labels = ['type-bug', 'library']
title = 'sqlite3 module needs upgrading'
updated_at = <Date 2008-02-19.21:52:41.480>
user = 'https://bugs.python.org/carloverre'

bugs.python.org fields:

activity = <Date 2008-02-19.21:52:41.480>
actor = 'loewis'
assignee = 'ghaering'
closed = True
closed_date = <Date 2008-02-19.21:52:41.545>
closer = 'loewis'
components = ['Library (Lib)']
creation = <Date 2008-02-18.10:50:39.906>
creator = 'carloverre'
dependencies = []
files = []
hgrepos = []
issue_num = 2139
keywords = []
message_count = 4.0
messages = ['62521', '62540', '62561', '62570']
nosy_count = 3.0
nosy_names = ['loewis', 'ghaering', 'carloverre']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2139'
versions = ['Python 2.5']

@carloverre
Copy link
Mannequin Author

carloverre mannequin commented Feb 18, 2008

In Python 2.5.2.c1 the sqlite3 module contains (exactly as Python 2.5.1
does) PySQLite 2.3.2 with SQLite 3.3.4, which is very old and very
buggy, it hungs randomly.

Last available version of SQLite is 3.5.6. Last available version of
PySQLite for Python 2.5 is 2.4.1, which contains SQLite 3.5.2.

@carloverre carloverre mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Feb 18, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Feb 18, 2008

Such bugs should have been reported here much earlier. Blind upgrading
to the latest version is no option, as the latest version may also
introduce new features, which is unacceptable for a bugfix release.
Specific bugs could have been fixed, but really not now as the release
candidate is already made (unless that release candidate would have
shown serious regressions over 2.5.1, which I understand is not the case
here).

Gerhard, what do you think about backporting some fixes to 2.5.3?
(assuming it really is the case that PySQLite 2.3.2 really is very buggy)

@loewis loewis mannequin assigned ghaering Feb 18, 2008
@ghaering
Copy link
Mannequin

ghaering mannequin commented Feb 19, 2008

I don't think pysqlite 2.3.2 is very buggy. Otherwise a lot more bug
reports about the pysqlite module would have arrived here. About
backporting fixes to 2.5.3, I'd have to look which ones are isolated and
I could then backport them.

As for SQLite, I'm always for just using the latest DLL and ship it with
Windows. But IMO now we should just ship whatever is in the release
candidate right now.

If the SQLite DLL proves to be a problem, users can always just install
their custom one over the one shipped with Python.

@loewis
Copy link
Mannequin

loewis mannequin commented Feb 19, 2008

Thanks; closing this report as "won't fix", then.

@loewis loewis mannequin closed this as completed Feb 19, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants