type hardening
This commit is contained in:
@@ -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)
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user