Simon Willison
|
0e4e270d44
|
Test against multiple SQLite versions (#654)
* Test against pre-upsert SQLite 3.23.1
Borrowed from 8f86d2af6
* Try this on Python 3.9
* select ... from pragma_function_list()
Refs https://github.com/simonw/sqlite-utils/pull/654#issuecomment-2860898278
* Fix spelling error
* Compatible with latest black
* Skip plugin test that needs pragma_function_list
Refs https://github.com/simonw/sqlite-utils/pull/654#issuecomment-2860924225
* Ran cog
|
2025-05-07 17:49:50 -07:00 |
|
Simon Willison
|
374a816c72
|
Database(..., execute_plugins=False) mechanism, refs #575
|
2023-07-22 16:06:11 -07:00 |
|
Alex Garcia
|
3f80a02698
|
prepare_connection plugin hook
Closes:
- #574
Refs #567
---------
Co-authored-by: Simon Willison <swillison@gmail.com>
|
2023-07-22 15:59:08 -07:00 |
|
Simon Willison
|
b379a2a0c3
|
Added pluggy and first hook, register_commands - refs #569, #567
|
2023-07-22 12:04:31 -07:00 |
|