optimization on the client steel scripts + fixed proto comments

This commit is contained in:
Priec
2026-07-17 22:46:57 +02:00
parent c1c77ad378
commit d5bce6378a
12 changed files with 253 additions and 51 deletions

View File

@@ -55,7 +55,7 @@ message ExecuteAnalyticsQueryRequest {
// Exactly one read-only SELECT query. Table and column names are public aliases.
string sql = 2;
// Optional result cap. Zero uses the server default; the server maximum still applies.
// Result cap. Zero uses the server default; the server maximum still applies.
uint32 max_rows = 3;
}