accounting kernel2

This commit is contained in:
Priec
2026-07-20 16:25:47 +02:00
parent 0d5f0b3d84
commit 1696451467
8 changed files with 743 additions and 6 deletions

View File

@@ -117,10 +117,10 @@ message PostTableDataRequest {
// comparison, e.g., decimals are compared numerically).
//
// Notes:
// - Unknown/invalid column names are rejected
// - Some application-specific validations may apply (e.g., max length for
// certain fields like "telefon")
map<string, google.protobuf.Value> data = 3;
// - Unknown/invalid column names are rejected
// - Some application-specific validations may apply (e.g., max length for
// certain fields like "telefon")
map<string, google.protobuf.Value> data = 3;
}
// Insert response.