Sorry, something went wrong.
|
@rhettinger, would you mind reviewing this? |
Sorry, something went wrong.
|
Putting this PR on hold until the --enable-loadable-sqlite-extensions mess has been fixed in main. |
Sorry, something went wrong.
|
The python3 -m sqlite3 :memory: "pragma compile_options" trick will be very helpful for triaging and debugging issues. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Added tests; plus some adjustments:
PTAL, @serhiy-storchaka and @kumaraditya303 |
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
|
Thank you for the helpful reviews, Dong-hee, Kumar, and Serhiy. Highly appreciated! |
Sorry, something went wrong.
|
FTR, I'm going to land this later today. |
Sorry, something went wrong.
Disclaimer: this is based off of an old proof-of-concept branch I had lying around. Take it as it is :)
Resolves gh-77617
TODO: