Nicolas Martyanoff on Nostr: So Emacs provides functions to manipulate SQLite databases natively since 29.1, ...
So Emacs provides functions to manipulate SQLite databases natively since 29.1, great! So what happens when sqlite-open fails? Nil. No condition signaled, no error message, nothing.
You can look at the call to sqlite3_open_v2 in src/sqlite.c by yourself.
I'd send a patch, but I'm in no mood to wait months for the next release to use it (this is why having a real FFI is useful instead of C bindings btw, thanks GNU), so no SQLite for my use case. Sad.
You can look at the call to sqlite3_open_v2 in src/sqlite.c by yourself.
I'd send a patch, but I'm in no mood to wait months for the next release to use it (this is why having a real FFI is useful instead of C bindings btw, thanks GNU), so no SQLite for my use case. Sad.