Hi,

the hsqldb driver has this definded:

  case SQL_FUNC_REVERSE:      return "?"; // "reverse(?)";

Is't this dangerous and shouldn't we fail when this method is
requested instead of just continuing with the original value. (failing
by keeping the reverse(?))
The example application seems to to some logic to get rid of this
issue. I see this solution as clearly wrong!

I'm writing a postgresql driver and I'm having the same issue that
that function is not available...

-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

Reply via email to