Re: [Cgi-session-user] MySQL driver doc bug
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2006-07-31 03:44:52
|
Justin Simoni wrote: > Final followup, > > Dropping the session table and creating this one: > > CREATE TABLE sessions ( > id CHAR(32) NOT NULL PRIMARY KEY, > a_session TEXT NOT NULL > ); > > And running the Test::More test Mark made me create has it pass in every > case I noted, with or without either of those two lines commented - > looks like we're in good shape! Great, I patched the docs and committed that change to SVN. You got credit for your help bring it to our attention. Thanks! Mark |