gwenn
|
57a3a8f62e
|
Add bindings to automatic extension loading API (#1487)
* Add bindings to automatic extension loading API
it doesn't seem possible to directly register an `AutoExtension`.
|
2024-03-30 17:01:44 +01:00 |
|
gwenn
|
4390720f9d
|
Omit API
sqlite3_close_v2 (for gced languages)
sqlite3_create_collation (vs sqlite3_create_collation_v2)
sqlite3_create_function (vs sqlite3_create_function_v2)
sqlite3_create_module (vs sqlite3_create_module_v2)
sqlite3_prepare (vs sqlite3_prepare_v2/v3)
|
2024-03-23 10:55:00 +01:00 |
|
gwenn
|
ab5bb268be
|
Omit UTF-16 API
|
2024-03-23 10:05:49 +01:00 |
|
gwenn
|
a5c460a8f7
|
Fix sqlite3_cancel_auto_extension
|
2023-03-25 15:38:24 +01:00 |
|
gwenn
|
bef2472bfb
|
Fix sqlite3_auto_extension xEntryPoint signature
|
2023-03-25 11:47:27 +01:00 |
|
gwenn
|
c5f0b27693
|
Fix sqlite3_auto_extension xEntryPoint signature
|
2023-03-25 11:33:33 +01:00 |
|
gwenn
|
eb7fbc57d0
|
Use ParseCallbacks::item_name to fix sqlite3_index_info_* types
|
2023-03-25 10:19:56 +01:00 |
|
gwenn
|
987755f58e
|
Oops
|
2022-08-30 13:05:47 -07:00 |
|