[hibernate-dev] ResultCheckStyle.PARAM does not work with PostgreSQL

2007-11-21 Thread Julius Stroffek
Hi All, I have created a simple test application which uses a stored procedure to insert a record into a database using hibernate. I used hibernate annotations and have overridden insert statement by @SQLInsert(callable=true, sql="{? = call insert_party(?, ?, ?, ?)}", check=ResultCheckStyle.PAR

Re: [hibernate-dev] ResultCheckStyle.PARAM does not work with PostgreSQL

2007-11-21 Thread Max Rydahl Andersen
patches should go to the jira. what do you mean by backport ? /max Hi All, I have created a simple test application which uses a stored procedure to insert a record into a database using hibernate. I used hibernate annotations and have overridden insert statement by @SQLInsert(callable=true,