mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-18 13:09:19 +02:00
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). |
||
|---|---|---|
| .. | ||
| migrations | ||
| migrations_dev | ||
| queries | ||
| accounts.sql.go | ||
| actions.sql.go | ||
| actions_custom.go | ||
| db.go | ||
| db_custom.go | ||
| kvstores.sql.go | ||
| models.go | ||
| privacy_paris.sql.go | ||
| querier.go | ||
| sessions.sql.go | ||