currency per column in table definition

This commit is contained in:
Priec
2026-08-03 15:48:21 +02:00
parent 023f8c9dcb
commit 050f93e1fd
16 changed files with 87 additions and 105 deletions

View File

@@ -210,8 +210,8 @@ message HydratedColumnValue {
string value = 4;
// Logical database type used to create a typed client ScriptValue.
string field_type = 5;
// Related table's base currency for MONEY values; otherwise empty.
string base_currency = 6;
// Related MONEY column's currency; otherwise empty.
string currency = 6;
}
// One declared related-collection aggregate input for the client Steel context.
@@ -229,8 +229,8 @@ message HydratedAggregateValue {
string value = 5;
// Logical source-column type; empty for row-only aggregates.
string field_type = 6;
// Aggregate table's base currency for MONEY values; otherwise empty.
string base_currency = 7;
// Aggregated MONEY column's currency; otherwise empty.
string currency = 7;
}
// Complete external dependency snapshot for client-side Steel execution.