[h2] DataBaseMetaData#getProcedureColumns missing return column

2014-05-05 Thread Nicolas Fortin (OrbisGIS)
Hi, In the current state of H2 1.4.17, there is no way to retrieve procedure return type. However JDBC Api of DataBaseMetaData#getProcedureColumns specify that *ORDINAL_POSITION* at 0 mean return value of procedure. PostGreSQL follow JDBC Api for this point. Here the patch in order to return

Re: [h2] DataBaseMetaData#getProcedureColumns missing return column

2014-05-05 Thread Noel Grandin
Thank you for your patch, it has been applied. In future, please try to (a) run TestAll before and after your patch and verify that you have not introduced any new errors. In this case I had to modify another unit-test. (b) provide an entry in the changelog.html file. Regards, Noel. On