Sebastiaan van Erk wrote:
> I'm using postgres 7.4 with the latest JDBC driver, [...]
> java.lang.IllegalArgumentException: \0 not allowed
Please check your driver version. The latest development driver throws
SQLException in this case:
>> throw new PSQLException(GT.tr("Zero bytes may not occur in string parameters."), PSQLState.INVALID_PARAMETER_VALUE);
-O