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

Reply via email to