Re: sb-md5 and postgresql-socket

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Mon, 20 Mar 2006 13:04:35 -0700
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Alan Caulkins wrote:
> I think I found a problem with md5 authentication in
> [...]

Comparing cl-md5 and sb-md5, I would predict that CLSQL would work
fine with cl-md5:md5sum-sequence, since that function accepts a
string. I think the correct fix would be to remove sb-md5 and use only
cl-md5. Would you be able to test this?

Kevin