Bug #80722 | JDBC Driver reports INOUT parameter as not an output parameter | ||
---|---|---|---|
Submitted: | 14 Mar 2016 8:30 | Modified: | 14 Mar 2016 12:24 |
Reporter: | Kwaku T | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.38 | OS: | Windows (Windows 10 Home Premium) |
Assigned to: | CPU Architecture: | Any | |
Tags: | CallableStatement, escaped, INOUT |
[14 Mar 2016 8:30]
Kwaku T
[14 Mar 2016 12:24]
Filipe Silva
Hi Kwaku, This is a duplicate of Bug#79561. In the meantime you should be able to avoid this issue by not mixing quoted and unquoted identifiers, i.e., it should work if your code was written as: CallableStatment call = conn.prepareCall("{ call `user-database`.`getUsers`(?, ?)}"); Thank you,