*** errors.properties Thu Feb 21 14:38:35 2002 --- /home/paulb/Development/pgsql/src/interfaces/jdbc/org/postgresql/errors.properties Wed Sep 5 23:03:37 2001 *************** *** 72,85 **** postgresql.unusual:Something unusual has occured to cause the driver to fail. Please report this exception: {0} postgresql.unimplemented:This method is not yet implemented. postgresql.unexpected:An unexpected result was returned by a query. - - # proposed changes for CallableStatements - postgresql.call.noreturntype:A CallableStatement Function was declared but no call to 'registerOutParameter (1, )' was made. - postgresql.call.noinout:PostgreSQL only supports function return value [@ 1] (no OUT or INOUT arguments) - postgresql.call.procasfunc:This Statement [{0}] defines a procedure call (needs ?= call to be considered a function. - postgresql.call.malformed:Malformed stmt [{0}] usage : {1} - postgresql.call.funcover:Cannot execute Query a call to setXXX (1, ..) was made where argument 1 is the return value of a function. - postgresql.call.wrongget:Parameter of type {0} was registered but call to get{1} (sqltype={2}) was made. - postgresql.call.noreturnval:A CallableStatement Function was executed with nothing returned. - postgresql.call.wrongrtntype:A CallableStatement Function was executed and the return was of type ({0}) however type={1} was registered. - --- 72,74 ----