File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9015,7 +9015,7 @@ Delete Await Returning Generates Error
90159015 ... stdout=${CURDIR}/tmp/Delete-Await-Returning-Generates-Error.tmp
90169016 ... stderr=${CURDIR}/tmp/Delete-Await-Returning-Generates-Error-stderr.tmp
90179017
9018- Explain Select Repeatably Generates Messages
9018+ Explain Select Repeatably Generates Messagez
90199019 [Documentation] This is fairly crude but useful in particular for MCP functions.
90209020 ${inputStr} = Catenate
90219021 ... explain select * from google.storage.buckets where project = 'stackql-demo';
@@ -9028,7 +9028,7 @@ Explain Select Repeatably Generates Messages
90289028 ... explain select * from google.storage.buckets;
90299029 ... explain select * from google.storage.buckets where project = 'stackql-demo';
90309030 ... explain select * from google.storage.buckets where project = 'stackql-demo';
9031- ${outputErrStr } = Catenate SEPARATOR=\n
9031+ ${outputErrStrNative } = Catenate SEPARATOR=\n
90329032 ... Execution plan generated successfully
90339033 ... OK
90349034 ... Execution plan generated successfully
@@ -9045,6 +9045,7 @@ Explain Select Repeatably Generates Messages
90459045 ... OK
90469046 ... Execution plan generated successfully
90479047 ... OK
9048+ ${outputErrStr} = Set Variable If "${EXECUTION_PLATFORM}" == "docker" OK ${outputErrStrNative}
90489049 Should Stackql Exec Inline Equal Stderr
90499050 ... ${STACKQL_EXE}
90509051 ... ${OKTA_SECRET_STR}
You can’t perform that action at this time.
0 commit comments