Re: [Cgi-session-user] Trouble with C::S::SQLite
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2006-03-06 21:36:24
|
On Mon, Mar 06, 2006 at 03:22:29PM -0600, Puneet Kishor wrote: > Ok, I will look at that, but isn't > > new CGI::Session("driver:sqlite", $sid, {Handle=>$DBH}) > > the correct syntax, as noted in the documentation? Yes. You could try DBI->trace(3) to turn on very verbose database debugging. Beyond these suggestions, I'm not sure I can be of further help-- I don't use the SQLite driver myself. One option you have is try adding another test to the test suite to test for what appears to be the "bug" you are experiencing. If the test passes, there must be some difference between the context of our test suite and your application. Mark |