sqlite3: consistently comment where we want to upgrade.
Now you can grep for 'sqlite3 version' and see where we would like to update. Debian 11 (Bullseye) and Ubuntu 20.04 (Focal) ship with SQLite 3.31.1. RHEL 9 ships with 3.34.1. Fedora 38+ uses SQLite 3.40+. Unfortunately, RHEL8 ships with 3.26.0, and is still on maintenance Support (security fixes, no new features): runs until May 31, 2029. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
madelinevibes
parent
0ca833fe41
commit
e051ba6bbf
@@ -873,8 +873,8 @@ static struct command_result *channels_refresh(struct command *cmd,
|
||||
|
||||
plugin_log(cmd->plugin, LOG_DBG, "Refreshing channel: %s",
|
||||
fmt_short_channel_id(tmpctx, scid));
|
||||
/* FIXME: sqlite 3.24.0 (2018-06-04) added UPSERT, but
|
||||
* we don't require it. */
|
||||
/* FIXME: sqlite3 version 3.24.0 (2018-06-04) added
|
||||
* UPSERT, but we don't require it. */
|
||||
delete_channel_from_db(cmd, scid);
|
||||
req = jsonrpc_request_start(cmd, "listchannels",
|
||||
listchannels_one_done,
|
||||
|
||||
Reference in New Issue
Block a user