Subject | Re: MD5 in VARCHAR |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-02T22:04:49Z |
> Too bad the JDBC designers did not add methods to go along withI see no need for it. Driver should be intelligent enough to handle this.
> setString, getString, etc that take a character encoding argument.
> I agree with removing the encoding. If for no other reason than itIt encodes parameter, sends it to server, gets the reply and forgets
> makes #setBytes symetrical with #getBytes. Currently, when you write
> the MD5 with CHARACTER SET OCTETS, the bytes will go in as one value
> and come out as another. For example, try something like this:
> ...
> Odd, it finds the correct record, but the data retrieved is
> different than what was put in and searched for!
to decode it. This is a bug.
Roman