mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +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). |
||
|---|---|---|
| .. | ||
| migsets | ||
| sqlc | ||
| sqlcmig6 | ||
| tombstone | ||
| interfaces.go | ||
| log.go | ||
| migrations.go | ||
| postgres.go | ||
| postgres_fixture.go | ||
| schemas.go | ||
| sqlerrors.go | ||
| sqlite.go | ||