forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9213462
committed
Make procedure OUT parameters work with JDBC
The JDBC driver sends OUT parameters with type void. This makes sensewhen calling a function, so that the parameters are ignored inParseFuncOrColumn(). For a procedure call we want to treat them asunknown.Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://www.postgresql.org/message-id/flat/d7e49540-ea92-b4e2-5fff-42036102f968%402ndquadrant.com1 parent8fed2ea commit9213462
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
166 | 175 |
| |
167 | 176 |
| |
168 | 177 |
| |
|
0 commit comments
Comments
(0)