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

Debugging SQLite #457

Closed
wants to merge 3 commits into from
Closed

Debugging SQLite #457

wants to merge 3 commits into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Dec 30, 2024

No description provided.

@zanieb zanieb added platform:linux Specific to the Linux platform build:debug python:3.14 labels Dec 30, 2024
@zanieb zanieb marked this pull request as draft December 30, 2024 04:43
@zanieb
Copy link
Member Author

zanieb commented Dec 30, 2024

🎉

2024-12-30T05:30:14.6874702Z cpython-3.14> checking for sqlite3 >= 3.15.2...
2024-12-30T05:30:14.6921674Z cpython-3.14> yes
2024-12-30T05:30:14.6922455Z cpython-3.14> checking for sqlite3.h...
2024-12-30T05:30:14.7108919Z cpython-3.14> yes
2024-12-30T05:30:14.7245240Z cpython-3.14> checking for sqlite3_bind_double in -lsqlite3...
2024-12-30T05:30:14.7532535Z cpython-3.14> yes
2024-12-30T05:30:14.7533914Z cpython-3.14> checking for sqlite3_column_decltype in -lsqlite3...
2024-12-30T05:30:14.7820253Z cpython-3.14> yes
2024-12-30T05:30:14.7820572Z cpython-3.14> checking for sqlite3_column_double in -lsqlite3...
2024-12-30T05:30:14.8109663Z cpython-3.14> yes
2024-12-30T05:30:14.8110340Z cpython-3.14> checking for sqlite3_complete in -lsqlite3...
2024-12-30T05:30:14.8396233Z cpython-3.14> yes
2024-12-30T05:30:14.8396962Z cpython-3.14> checking for sqlite3_progress_handler in -lsqlite3...
2024-12-30T05:30:14.8688453Z cpython-3.14> yes
2024-12-30T05:30:14.8688824Z cpython-3.14> checking for sqlite3_result_double in -lsqlite3...
2024-12-30T05:30:14.8979925Z cpython-3.14> yes
2024-12-30T05:30:14.8981315Z cpython-3.14> checking for sqlite3_set_authorizer in -lsqlite3...
2024-12-30T05:30:14.9267046Z cpython-3.14> yes
2024-12-30T05:30:14.9267369Z cpython-3.14> checking for sqlite3_trace_v2 in -lsqlite3...
2024-12-30T05:30:14.9555194Z cpython-3.14> yes
2024-12-30T05:30:14.9555750Z cpython-3.14> checking for sqlite3_value_double in -lsqlite3...
2024-12-30T05:30:14.9847958Z cpython-3.14> yes
2024-12-30T05:30:14.9849106Z cpython-3.14> checking for sqlite3_load_extension in -lsqlite3...
2024-12-30T05:30:15.0136483Z cpython-3.14> yes
2024-12-30T05:30:15.0137629Z cpython-3.14> checking for sqlite3_serialize in -lsqlite3...
2024-12-30T05:30:15.0425947Z cpython-3.14> yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build:debug platform:linux Specific to the Linux platform python:3.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant