lidavidm commented on issue #1043:
URL: https://github.com/apache/arrow-adbc/issues/1043#issuecomment-1734184565

   CC @ywc88 
   
   I think we should:
   - Add a new database option that corresponds to toggling 
[`sqlite3_enable_load_extension`](https://www.sqlite.org/c3ref/enable_load_extension.html)
   - Add a new database option whose value is a path that will be passed to 
[`sqlite3_load_extension`](https://www.sqlite.org/c3ref/load_extension.html)
   - Add the option to the Python enum and add some unit tests
   - Possibly, subclass `Connection` in `adbc_driver_sqlite.dbapi` and add 
these two extension methods


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to