sql: check for CALL with OUT params in SQL routine is too eager #122268
Labels
A-sql-routine
UDFs and Stored Procedures
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-qa
T-sql-queries
SQL Queries Team
A SQL routine cannot call a stored procedure that has OUT-params. However, it's ok for a SQL routine to call a PL/pgSQL routine that calls a procedure with OUT-params:
Currently, CRDB fails with
calling procedures with output arguments is not supported in SQL functions
, while postgres succeeds.Jira issue: CRDB-37784
The text was updated successfully, but these errors were encountered: