limbo/bindings/python/tests
Pekka Enberg df9c39cd1c core: Fix integrity_check pragma code generation
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.
2025-12-15 09:46:46 +02:00
..
__init__.py feat: impl python binding 2024-08-11 08:58:18 +02:00
test_database.py core: Fix integrity_check pragma code generation 2025-12-15 09:46:46 +02:00
test_database_aio.py adjust test 2025-12-09 15:42:29 +04:00
test_database_sync.py adjust python tests a little bit 2025-12-10 18:37:28 +04:00
test_database_sync_aio.py adjust python tests a little bit 2025-12-10 18:37:28 +04:00