Markus Mottl
Markus Mottl
Sorry, I must have missed this issue for a while, probably because GitHub only sent the initially empty email. It might make sense to support easy matching on error categories....
Thanks @db4, I have cherry-picked the first two patches in this PR. Questions on how to handle SQLite3 installations on Windows will still need to be resolved, possibly by improving...
Thanks @yakobowski, I've added the missing `static` declaration and will wait for any other patches that improve the build process on Windows without breaking it for other platforms.
@yakobowski Are you still working on any Windows build process improvements? If not, please let me know whether I can close this pull request, since the contained changes should be...
It seems that this is a deeper issue: https://access.redhat.com/discussions/4734691 I'm not sure about the impact of potential incompatibilities. In any case, it seems that at least RHEL 8 uses a...
All that the `conf-sqlite3` package does is run `pkg-config sqlite3` to check its exit code. I suspect, as you do in the related OPAM issue, that maybe the environment variables...
You could try executing `pkg-config sqlite3` within the exact same environment. There has to be a way to replicate the problem without going through OPAM. It will likely be quickly...
Strange, not sure what to do about it. I'll leave this open for the while being. Maybe this gets fixed in OPAM, or someone figures out how to improve interaction...
Users can register their own functions for use in SQL statements. These functions may fail with exceptions, which will have to be propagated back through the C-library and the C-bindings...
This request is older than 17 years and is not relevant to me personally anymore. It is very easy to load your own pretty printers into the toplevel. Users will...