[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-2359) CallableStatement support for PostgreSQLDialect

Jeroen van Vianen (JIRA) noreply at atlassian.com
Mon Jan 15 17:33:44 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2359?page=all ]

Jeroen van Vianen updated HHH-2359:
-----------------------------------

    Attachment: postgresql-patch.txt

Here's the correct svn diff file

> CallableStatement support for PostgreSQLDialect
> -----------------------------------------------
>
>          Key: HHH-2359
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2359
>      Project: Hibernate3
>         Type: New Feature

>   Components: core
>     Versions: 3.2.1
>  Environment: Java JDK 1.5, Windows XP SP2, Hibernate 3.2.1, PostgreSQL 8.2.x, JDBC Driver 504
>     Reporter: Jeroen van Vianen
>     Priority: Minor
>  Attachments: postgresql-patch.txt, postgresql-patch.txt
>
>
> This patch adds support for CallableStatements returning ResultSet in the PostgreSQLDialect by providing an implementation for:
>     public int registerResultSetOutParameter(CallableStatement statement, int col) throws SQLException
> and
>     public ResultSet getResultSet(CallableStatement ps) throws SQLException
> It follows the coding outlined in the PostgreSQL documentation at
>     http://jdbc.postgresql.org/documentation/82/callproc.html#get-refcursor-from-function-call

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list