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 timestamp converter is deprecated as of Python 3.12 #127

Open
jsstevenson opened this issue Jan 2, 2024 · 1 comment
Open

Sqlite3 timestamp converter is deprecated as of Python 3.12 #127

jsstevenson opened this issue Jan 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jsstevenson
Copy link
Contributor

jsstevenson commented Jan 2, 2024

I can circle back and flesh this one out in greater detail later (trying to get something else done currently, but wanted to put it on paper before I forget).

Describe the bug
Core sequence retrieval operations trigger a warning: DeprecationWarning: The default timestamp converter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes. The traceback I'm getting isn't super informative since it's just the cursor, but there's more information provided in the stdlib docs.

To Reproduce
(Any sequence lookup)

Expected behavior
Something from here, apparently

@jsstevenson jsstevenson added the bug Something isn't working label Jan 2, 2024
@bwalsh
Copy link

bwalsh commented Mar 5, 2024

Observed this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants