Re: Python: enable loadable SQLite extension support

2023-03-09 Thread Marco Atzeri via Cygwin
On 28.10.2022 17:45, Martin Carpenter wrote: Hi, Can I please request that the Python 3 package be compiled with " --enable-loadable-sqlite-extensions"? I'm trying to use a Python 3 app (datasette) to load an SQLite extension but it fails with: AttributeError: 'sqlite3.Connection' object has n

Python: enable loadable SQLite extension support

2022-10-28 Thread Martin Carpenter
Hi, Can I please request that the Python 3 package be compiled with " --enable-loadable-sqlite-extensions"? I'm trying to use a Python 3 app (datasette) to load an SQLite extension but it fails with: AttributeError: 'sqlite3.Connection' object has no attribute 'enable_load_extension' The Python