removing steel sql access permanently
This commit is contained in:
@@ -36,7 +36,6 @@ service TableScript {
|
||||
// • Allowed always: self-references (same table)
|
||||
// • Structured access via steel_get_column
|
||||
// requires an explicit link in table_definition_links
|
||||
// - Rejects raw SQL access; steel_query_sql is not part of the supported DSL
|
||||
// - Records dependencies for hydration and future graph analysis; circular
|
||||
// graphs are allowed because scripts do not recursively trigger each other
|
||||
// - Transforms the script to decimal-safe operations (steel_decimal)
|
||||
@@ -109,7 +108,6 @@ message PostTableScriptRequest {
|
||||
// Every related aggregate requires the `via anchor` clause. The related
|
||||
// table must be reachable through that anchor by an unambiguous FK path;
|
||||
// the path may span multiple FK hops.
|
||||
// - Raw SQL access is not supported; steel_query_sql is rejected
|
||||
//
|
||||
// Math operations:
|
||||
// - The script is transformed by steel_decimal; supported math forms include:
|
||||
|
||||
Binary file not shown.
@@ -37,7 +37,6 @@ pub struct PostTableScriptRequest {
|
||||
/// Every related aggregate requires the `via anchor` clause. The related
|
||||
/// table must be reachable through that anchor by an unambiguous FK path;
|
||||
/// the path may span multiple FK hops.
|
||||
/// * Raw SQL access is not supported; steel_query_sql is rejected
|
||||
///
|
||||
/// Math operations:
|
||||
///
|
||||
@@ -346,7 +345,6 @@ pub mod table_script_client {
|
||||
/// • Allowed always: self-references (same table)
|
||||
/// • Structured access via steel_get_column
|
||||
/// requires an explicit link in table_definition_links
|
||||
/// * Rejects raw SQL access; steel_query_sql is not part of the supported DSL
|
||||
/// * Records dependencies for hydration and future graph analysis; circular
|
||||
/// graphs are allowed because scripts do not recursively trigger each other
|
||||
/// * Transforms the script to decimal-safe operations (steel_decimal)
|
||||
@@ -493,7 +491,6 @@ pub mod table_script_server {
|
||||
/// • Allowed always: self-references (same table)
|
||||
/// • Structured access via steel_get_column
|
||||
/// requires an explicit link in table_definition_links
|
||||
/// * Rejects raw SQL access; steel_query_sql is not part of the supported DSL
|
||||
/// * Records dependencies for hydration and future graph analysis; circular
|
||||
/// graphs are allowed because scripts do not recursively trigger each other
|
||||
/// * Transforms the script to decimal-safe operations (steel_decimal)
|
||||
|
||||
Reference in New Issue
Block a user