mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
The translate_integrity_check function was missing a call to
add_pragma_result_column, causing num_columns() to return 0.
This made the Python bindings treat it as a non-row-returning
statement, finalizing it during execute() and leaving fetchone()
to return None instead of ("ok",).
Spotted by Antithesis.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_database.py | ||
| test_database_aio.py | ||
| test_database_sync.py | ||
| test_database_sync_aio.py | ||