[arch-general] SQLite Session Extension
I'm using SQLite extensively for a programming project and today I noticed that sqlite is not built with the Session Extension enabled. https://www.sqlite.org/sessionintro.html https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packag... Interestingly enough, I can use the C interface for sessions without issue. But when I use the sqlite3 CLI the .session command is not available. I went ahead and rebuilt the package with the options mentioned in the first link to enable the sessions extension, and the .session command was then available. I was wondering if this was an extension that is ever likely to be enabled in the build? Also perhaps someone more knowledgeable could explain why the C interface to Sessions work, but it is not available in the CLI interface? Forgive me if this is not the proper channel. I could have messaged the maintainer Andreas Radke directly but wasn't sure of the appropriate convention for such a question. Thank you Adam Levy
On Thu, Jul 18, 2019 at 08:05:18PM -0800, Adam Levy via arch-general <arch-general@archlinux.org> wrote:
Forgive me if this is not the proper channel. I could have messaged the maintainer Andreas Radke directly but wasn't sure of the appropriate convention for such a question.
It's generally best to create a bug report/feature request on our bug tracker. Also, if you know it, it certainly makes the maintainer's decision easier if you mention which, if any, new dependencies are needed. I guess in this case it's probably enough to add the option and no dependencies are required, but if you ran a test build you probably know better. Florian
participants (2)
-
Adam Levy
-
Florian Pritz