샘플
Map SQL query results with sqlx::FromRow where Option<T> requires #[sqlx(default)] for omitted columns and tuples require positional alignment
sha256:f2da8e9e2981d855188d12c3fde44f1e4b0bf68df31d4cd1965d25fc7d27e8fb
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Map SQL query results with sqlx::FromRow where Option<T> requires #[sqlx(default)] for omitted columns and tuples require positional alignment HOW
- 패키지
- sqlx 0.8.6
- 환경
- rust
- 생성일
- 2026-08-17T01:10:51Z
흔히 이렇게 알고 있다
Declaring a struct field as Option<T> allows sqlx::FromRow to decode as None when the column is omitted from the SQL query projection.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- Omitting an Option<T> column from a SELECT query causes FromRow to fail with ColumnNotFound instead of decoding as None
- Adding #[sqlx(default)] allows omitted columns to fallback to Default::default()
- Option<T> decodes as None when the column is present in the query result and contains SQL NULL
- Struct FromRow matches columns by name regardless of SELECT column ordering
- Tuple FromRow matches columns strictly by ordinal position and fails on swapped SELECT columns
파일
- Cargo.lock
- Cargo.toml
- NOTES.md
- csx.json
- src/lib.rs
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- rust 1 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · cargo@1 · 2026-08-17 · ed25519:d91480838ac982c9