Cannot Reproduce
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Victor Andreev
Victor AndreevPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 18 June 2019 at 15:27
Updated 2 December 2024 at 14:05
Resolved 2 December 2024 at 14:05
When executing the procedure through the CFSTOREDPROC tag, the specified scheme is ignored and the procedure symmetric is determined by the first record from the SQL query. Which can lead to a change in the types of parameters and to an execution error ORA-06550: line 1, column 7: PLS-00306
lucee.runtime.tag.StoredProc#returnValue knows about the specified scheme, but does not use it in a SQL query or when filtering the result