rusqlite/libsqlite3-sys/sqlite3
gwenn f9d69410ef Fix panic at 'SQLite API not initialized or SQLite feature omitted'
`to_sqlite_error` needs `sqlite3_malloc`

```
sqlite> .log on
sqlite> .load target/debug/examples/libloadable_extension.so
Error: error during initialization: SQLite version mismatch: 3014000 < 3042000
```
2023-07-14 15:56:43 +02:00
..
bindgen_bundled_version_ext.rs Fix panic at 'SQLite API not initialized or SQLite feature omitted' 2023-07-14 15:56:43 +02:00
bindgen_bundled_version.rs Tweak bindgen 2023-06-18 11:48:15 +02:00
sqlite3.c Bump bundled SQLite version to 3.42.0 2023-05-31 08:30:58 +00:00
sqlite3.h Bump bundled SQLite version to 3.42.0 2023-05-31 08:30:58 +00:00
sqlite3ext.h Upgrade bundled SQLite3 sources to version 3.41.0 2023-02-24 18:40:34 +00:00
wasm32-wasi-vfs.c Support wasm32-wasi target 2020-07-24 10:34:00 -07:00