Folks,

After updating my Debian system, I found I had to make the following change in:
LedgerSMB/Session/DB.pm
from:
 $dbh->prepare("SELECT nextval('session_session_id_seq'), md5(random());");
to:
 $dbh->prepare("SELECT nextval('session_session_id_seq'),
md5(random()::text);");

Sorry if this has been reported before -- been too busy to follow the
list lately.

David A. Bandel
-- 
Focus on the dream, not the competition.
            - Nemesis Air Racing Team motto

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to