[Cgi-session-user] t/g4_sqlite_storable.t fixed
Brought to you by:
sherzodr
From: Sherzod R. <she...@ha...> - 2005-08-30 06:36:04
|
SQLite supports blob columns. Why t/g4_sqlite_storable.t tests have been failing is still a mystery to me. Until we figure it out, I've forced = sqlite to get along with Storable by encoding Storable's output using base64 encoding. Unfortunately, this means, to be able to use sqlite driver MIME::Base64 = has to be installed. I expect MIME::Base64 to be available in most = computers, since it's a widely used library. Checkout updated Session/Driver/sqlite.pm. |