Make procedure OUT parameters work with JDBC

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Make procedure OUT parameters work with JDBC
Дата
Msg-id d7e49540-ea92-b4e2-5fff-42036102f968@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Make procedure OUT parameters work with JDBC  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
A follow-up to the recently added support for OUT parameters for 
procedures.  The JDBC driver sends OUT parameters with type void.  This 
makes sense when calling a function, so that the parameters are ignored 
in ParseFuncOrColumn().  For a procedure call we want to treat them as 
unknown.  This is of course a bit of a hack on top of another hack, but 
it's small and contained and gets the job done.


-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel copy
Следующее
От: David Rowley
Дата:
Сообщение: Re: Assertion failure with LEFT JOINs among >500 relations