The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Help with SQLite3 update
#1
Hi.
Can anyone please guide me on how to upgrade SQLite3 to version 3.33 or above? Or is this even possible at all?
I am running moode 7.6 and noticed it has SQLite3 version 3.27.

I am using a database file stored in a tmpfs mount to store some variables and track changes in their values. The particular feature I am looking for is the UPDATE FROM statement, which is supported only in SQLite 3.33 onwards.
https://www.sqlite.org/lang_update.html

While in buster repository, the latest available version is 3.27, bullseye has 3.34. I tried pointing the apt sources to bullseye repository, but it didn't work. Direct installation of deb package shows missing dependencies. I didn't try too much afterwards as I feared I might break the system. Thank you.
Reply


Messages In This Thread
Help with SQLite3 update - by jass199012 - 01-26-2022, 12:48 PM
RE: Help with SQLite3 update - by the_bertrum - 01-26-2022, 04:24 PM
RE: Help with SQLite3 update - by TheOldPresbyope - 01-26-2022, 05:34 PM
RE: Help with SQLite3 update - by jass199012 - 01-26-2022, 06:54 PM
RE: Help with SQLite3 update - by TheOldPresbyope - 01-26-2022, 08:10 PM
RE: Help with SQLite3 update - by the_bertrum - 01-27-2022, 07:22 AM
RE: Help with SQLite3 update - by jass199012 - 01-27-2022, 07:42 AM

Forum Jump: