${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}vol-00200000000000000${SPACE}|${SPACE}ap-southeast-1${SPACE}|
+ ... |-------|--------------------|--------------------|-------------|-----------------------|----------------|
+ ${outputStr} = Set Variable If "${SQL_BACKEND}" == "postgres_tcp" ${outputStrPostgres} ${outputStrSQLite}
+ Should Stackql Exec Inline Equal Both Streams
+ ... ${STACKQL_EXE}
+ ... ${OKTA_SECRET_STR}
+ ... ${GITHUB_SECRET_STR}
+ ... ${K8S_SECRET_STR}
+ ... ${REGISTRY_NO_VERIFY_CFG_STR}
+ ... ${AUTH_CFG_STR}
+ ... ${SQL_BACKEND_CFG_STR_CANONICAL}
+ ... ${inputStr}
+ ... ${outputStr}
+ ... ${stdErrStr}
+ ... stdout=${CURDIR}/tmp/Select-Materialized-View-of-Join-of-Flattened-Paginated-Projection-From-Transformed-JSON-and-XML-Response-Bodies.tmp
+ ... stderr=${CURDIR}/tmp/Select-Materialized-View-of-Join-of-Flattened-Paginated-Projection-From-Transformed-JSON-and-XML-Response-Bodies-stderr.tmp
+
+Insert Returning Simple Projection
+ [Documentation] Insert a row into a table and return projected new object values. For synchronously created objects.
+ ${inputStrSQLite} = Catenate
+ ... insert into google.storage.buckets( project, data__name) select 'testing-project', 'silly-bucket' returning projectNumber, name, location, json_extract(iamConfiguration, '$.publicAccessPrevention') ic;
+ ${inputStrPostgres} = Catenate
+ ... insert into google.storage.buckets( project, data__name) select 'testing-project', 'silly-bucket' returning projectNumber, name, location, json_extract_path_text(iamConfiguration, 'publicAccessPrevention') ic;
+ ${outputStr} = Catenate SEPARATOR=\n
+ ... |---------------|--------------|----------|-----------|
+ ... |${SPACE}projectNumber${SPACE}|${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}name${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}location${SPACE}|${SPACE}${SPACE}${SPACE}${SPACE}ic${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|
+ ... |---------------|--------------|----------|-----------|
+ ... |${SPACE}${SPACE}100000000001${SPACE}|${SPACE}silly-bucket${SPACE}|${SPACE}US${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}inherited${SPACE}|
+ ... |---------------|--------------|----------|-----------|
+ ${inputStr} = Set Variable If "${SQL_BACKEND}" == "postgres_tcp" ${inputStrPostgres} ${inputStrSQLite}
+ Should Stackql Exec Inline Equal Both Streams
+ ... ${STACKQL_EXE}
+ ... ${OKTA_SECRET_STR}
+ ... ${GITHUB_SECRET_STR}
+ ... ${K8S_SECRET_STR}
+ ... ${REGISTRY_NO_VERIFY_CFG_STR}
+ ... ${AUTH_CFG_STR}
+ ... ${SQL_BACKEND_CFG_STR_CANONICAL}
+ ... ${inputStr}
+ ... ${outputStr}
+ ... ${EMPTY}
+ ... stdout=${CURDIR}/tmp/Insert-Returning-Simple-Projection.tmp
+ ... stderr=${CURDIR}/tmp/Insert-Returning-Simple-Projection-stderr.tmp
+
+Insert Async Returning Simple Projection
+ [Documentation] Insert a row into a table and return projected new object values. For **asynchronously** created objects.
+ ${inputStr} = Catenate
+ ... insert /*+ AWAIT */ into google.compute.networks(project, data__name, data__autoCreateSubnetworks) select 'mutable-project', 'auto-test-01', false returning creationTimestamp, name;
+ ${outputStr} = Catenate SEPARATOR=\n
+ ... |-------------------------------|--------------|
+ ... |${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}creationTimestamp${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}name${SPACE}${SPACE}${SPACE}${SPACE}${SPACE}|
+ ... |-------------------------------|--------------|
+ ... |${SPACE}2025-07-05T19:42:34.483-07:00${SPACE}|${SPACE}auto-test-01${SPACE}|
+ ... |-------------------------------|--------------|
+ ${stdErrStr} = Catenate SEPARATOR=\n
+ ... compute#operation: insert in progress, 10 seconds elapsed
+ ... compute#operation: insert complete
+ Should Stackql Exec Inline Equal Both Streams
+ ... ${STACKQL_EXE}
+ ... ${OKTA_SECRET_STR}
+ ... ${GITHUB_SECRET_STR}
+ ... ${K8S_SECRET_STR}
+ ... ${REGISTRY_NO_VERIFY_CFG_STR}
+ ... ${AUTH_CFG_STR}
+ ... ${SQL_BACKEND_CFG_STR_CANONICAL}
+ ... ${inputStr}
+ ... ${outputStr}
+ ... ${stdErrStr}
+ ... stdout=${CURDIR}/tmp/Insert-Async-Returning-Simple-Projection.tmp
+ ... stderr=${CURDIR}/tmp/Insert-Async-Returning-Simple-Projection-stderr.tmp
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy