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

2007-11-28 Thread Steve Ebersole
On Wednesday 28 November 2007 10:35:31 am Julius Stroffek wrote: > Sorry, I sent this mail only to Max, so resending it to the list. > Please, review the patch. Thanks. > > Max Rydahl Andersen wrote: > > patches should go to the jira. > > Thanks Max, I have created an issue *HHH-2962 >

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

2007-11-28 Thread Julius Stroffek
Sorry, I sent this mail only to Max, so resending it to the list. Please, review the patch. Thanks. Max Rydahl Andersen wrote: patches should go to the jira. Thanks Max, I have created an issue *HHH-2962 *in jira and I have a

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,

[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