lnd/kvdb/sqlbase
Alex Akselrod ce65753d0f
kvdb/sqlbase: fix non-constant format strings
When updating the Go version in kvdb to >= 1.24, schema.go no
longer compiles due to non-constant format strings. This is
invisible until:
- a new version of kvdb is tagged and imported in consumers
- kvdb is redirected to the local copy

This commit fixes the bug.
2026-05-06 13:09:59 -07:00
..
db.go multi: add global log for wallet db postgres back 2025-04-16 16:31:24 +02:00
db_conn_set.go kvdb+refactor: move all general sqlite code to seprate dir 2023-01-23 09:05:11 +02:00
log.go kvdb: update btclog dep 2024-10-26 14:16:31 +02:00
no_sql.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
readwrite_bucket.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
readwrite_cursor.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
readwrite_tx.go multi: add global log for wallet db postgres back 2025-04-16 16:31:24 +02:00
schema.go kvdb/sqlbase: fix non-constant format strings 2026-05-06 13:09:59 -07:00