accounts are strings in the client side2

This commit is contained in:
Priec
2026-08-08 20:37:37 +02:00
parent a7b8d2021a
commit 49f5ff6505
4 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ pub struct PostTableDataRequest {
/// * System/FK columns:
/// • "deleted" (BOOLEAN), optional; default FALSE if not provided
/// • one BIGINT per link, named by whoever declared it
/// • "account" (slash-delimited account string) on ACCOUNTING-enabled tables
/// • "account" (required, non-null slash-delimited account string) on
/// ACCOUNTING-enabled tables
///
/// Type expectations by SQL type:
///
@@ -112,6 +113,7 @@ pub struct PutTableDataRequest {
#[prost(int64, tag = "3")]
pub id: i64,
/// Required. Columns to update (same typing rules as PostTableDataRequest.data).
/// "account" may be omitted, but cannot be null when supplied.
///
/// Special script rules:
///