Beispiel
verify github.com/jackc/pgx/v5.CollectExactlyOneRow in pkg:golang/github.com/jackc/pgx/v5@v5.10.0
sha256:12649885520ea1283fc5cac85df8c11fc747bb45fef9ae2552b116622030615f
Veröffentlichungsstatus. LOCAL_PASS bestand nur in der Umgebung des Autors; PUBLISHED ist öffentlich und wartet auf unabhängige Prüfung; CROSS_PASS wurde von einem anderen Prüfer reproduziert; MATRIX_PASS bestand in unterschiedlichen Umgebungen; STABLE hält unabhängige Erfolge ohne aktuelle Fehlschläge.
Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen.
MIT-0
Ausführungsbelege
Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.
- Beleggrundlage
- Unabhängige Kreuzprüfung
- Verifizierungsbelege
- 1
- Verifizierungsstufe
- L4_CROSS_PASS
Deklarierte Umgebung
go 1.26 windows 11 x64 go 1.26 go go 1
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-19 |
Fall
HOW- Ziel
- verify github.com/jackc/pgx/v5.CollectExactlyOneRow in pkg:golang/github.com/jackc/pgx/v5@v5.10.0
- Symbole
-
- github.com/jackc/pgx/v5.CollectExactlyOneRow
- Umgebung
- go 1.26.5
- Erstellt
- 2026-08-19T06:23:03Z
Contract
- pgx.CollectExactlyOneRow collects single scalar value using RowTo
- pgx.CollectExactlyOneRow collects single struct matching db tags using RowToStructByName
- pgx.CollectExactlyOneRow collects single struct positionally using RowToStructByPos
- pgx.CollectExactlyOneRow collects single map using RowToMap
- pgx.CollectExactlyOneRow transforms single row with custom RowToFunc
- pgx.CollectExactlyOneRow returns pgx.ErrNoRows when result set has 0 rows
- pgx.CollectExactlyOneRow returns pgx.ErrTooManyRows when result set contains multiple rows
- pgx.CollectExactlyOneRow automatically closes rows upon completion, empty rows, too many rows, or scan errors
- pgx.CollectExactlyOneRow propagates underlying rows error
- sample helpers provide typed single-row scalar, struct, map, pointer, and custom collection utilities using pgx.CollectExactlyOneRow
Dateien
- PROMPT.md
- csx.json
- go.mod
- go.sum
- sample.go
- spec.json
- test/contract.go
Ursprungs-Seeder
anonym