
If you were logged in you would be able to see more operations.
|
|
|
Issue Links:
|
Duplicate
|
This issue duplicates:
|
|
PYFB-51
<procedure>.get_sql_for('<re>create') returns invalid output parameters
|
|
|
|
|
|
|
|
In cases, where output parameters count is greater then 1, the Procedure.get_sql('create') method returns input parameter in place of output, , i.e.
instead of "create procedure proc (foo integer) returns (bar1 integer, bar2 integer)" it returns "create procedure proc (foo integer) returns (foo integer, )" (note extra comma in result)
|
Description
|
In cases, where output parameters count is greater then 1, the Procedure.get_sql('create') method returns input parameter in place of output, , i.e.
instead of "create procedure proc (foo integer) returns (bar1 integer, bar2 integer)" it returns "create procedure proc (foo integer) returns (foo integer, )" (note extra comma in result)
|
Show » |
There are no subversion log entries for this issue yet.
|
|