What's the correct behaviour for VARCHAR and trailing space, i.e.
foo.setVarCharProp("abc ");
for:
foo.getVarCharProp().equals("abc")
foo.getVarCharProp().equals("abc ")
Which should yield true or false?
-- Øyvind Harboe http://www.zylin.com
This archive was generated by hypermail 2.0.0 : Thu May 25 2006 - 08:53:04 EDT