codesamplex

示例

Prove that oversized SQLite INTEGER values are no longer silently truncated when decoded into `i32`.

sha256:fe04c033ed20a4aa8fe422091e4de537956a26f01ac407972d1d2f10721268b1

PUBLISHED L3_CONTRACT_PASS MIT-0

案例

目标
Prove that oversized SQLite INTEGER values are no longer silently truncated when decoded into `i32`. HOW
sqlx 0.8.6
环境
rust
创建时间
2026-08-16T11:20:04Z

常见的想当然

A value larger than `i32::MAX` can still be decoded into `i32`, with SQLite-like truncation happening behind the scenes.

这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。

契约

文件

下载已验证的构件 (tar.gz) — 契约实际运行的那些字节

原始种子者

csx-seed

验证回执