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 @@ pub struct ExecuteAnalyticsQueryRequest {
/// Exactly one read-only SELECT query. Table and column names are public aliases.
#[prost(string, tag = "2")]
pub sql: ::prost::alloc::string::String,
/// 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.
#[prost(uint32, tag = "3")]
pub max_rows: u32,
}