lightning-terminal/db
Viktor Torstensson 67804670c6
multi: use fillPlaceHolders in CountActions
This commits ensures that the `CountActions` function in the `sqlc` &
`sqlcmig6` packages utilizes the `fillPlaceHolders` function to properly
handle SQL query placeholders.

This ensures that the function works correctly on `Postgres` backends
when it contains ? placeholders instead of positional ones (e.g., $1).
2026-05-14 12:23:18 +02:00
..
migsets multi: deprecate kvdb stores after SQL migration 2026-05-14 11:39:14 +02:00
sqlc multi: use fillPlaceHolders in CountActions 2026-05-14 12:23:18 +02:00
sqlcmig6 multi: use fillPlaceHolders in CountActions 2026-05-14 12:23:18 +02:00
tombstone multi: deprecate kvdb stores after SQL migration 2026-05-14 11:39:14 +02:00
interfaces.go multi: remove unused db code 2026-05-14 11:37:52 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go migstreams: rename package to migsets 2026-05-14 11:39:12 +02:00
postgres.go multi: rename MigrationStream names to MigrationSet 2026-05-14 11:39:09 +02:00
postgres_fixture.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
schemas.go multi: introduce dev migrations 2026-05-14 11:38:30 +02:00
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go multi: remove unused db code 2026-05-14 11:37:52 +02:00