gwenn
|
e8c35fce50
|
Replace ::atomic::Atomic by std AtomicPtr
NoUninit constraint cannot be satisfied
|
2023-11-11 20:11:37 +01:00 |
|
gwenn
|
3742efe24c
|
Omit deprecated functions
|
2023-07-15 10:24:51 +02:00 |
|
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 |
|
gwenn
|
81585a75cb
|
Add Connection::extension_init2
|
2023-07-09 15:53:03 +02:00 |
|
gwenn
|
1308cdaa9d
|
Loadable extension
|
2023-07-09 12:50:49 +02:00 |
|