type hardening

This commit is contained in:
Priec
2026-08-16 16:52:28 +02:00
parent 99212252b2
commit 8b63b51bec
12 changed files with 67 additions and 6 deletions

View File

@@ -27,7 +27,8 @@ pub struct PostTableDataRequest {
/// * BOOLEAN: bool value
/// * TIMESTAMPTZ: ISO 8601/RFC 3339 string (parsed to TIMESTAMPTZ)
/// * INTEGER: number with no fractional part and within i32 range
/// * BIGINT: number with no fractional part and within i64 range
/// * BIGINT: canonical integer string for the full i64 range; a number is
/// accepted only within protobuf NumberValue's exact integer range
/// * NUMERIC(p,s): string representation only; empty string becomes NULL
/// (numbers for NUMERIC are rejected to avoid precision loss)
///