Re: [ANNOUNCE] Apache::Session 1.51

2000-06-01 Thread Neil Conway
On Thu, Jun 01, 2000 at 01:53:10AM -0400, Robin Berjon wrote: Suggestions about making portable database test scripts are welcome. I think that DBD::CSV comes standard with DBI, would testing using that work ? It didn't come standard with my DBI (and it needs SQL::Statement and Text::CSV_XS)

Re: [ANNOUNCE] Apache::Session 1.51

2000-06-01 Thread Robin Berjon
At 12:25 01/06/2000 -0400, Neil Conway wrote: On Thu, Jun 01, 2000 at 01:53:10AM -0400, Robin Berjon wrote: Suggestions about making portable database test scripts are welcome. I think that DBD::CSV comes standard with DBI, would testing using that work ? It didn't come standard with my DBI

RE: [ANNOUNCE] Apache::Session 1.51

2000-05-31 Thread James Xie
Which version of Storable module do I need for Session 1.51? Storable-0.6.11 ? it's still under beta testing. Thanks James

RE: [ANNOUNCE] Apache::Session 1.51

2000-05-31 Thread Jeffrey W. Baker
On Wed, 31 May 2000, James Xie wrote: Which version of Storable module do I need for Session 1.51? Storable-0.6.11 ? it's still under beta testing. Any version should work. -jwb

RE: [ANNOUNCE] Apache::Session 1.51

2000-05-31 Thread Jeffrey W. Baker
On Wed, 31 May 2000, James Xie wrote: Thanks. I have the storable module installed but I got the following error messages when I try to run "make test". Do I need to create the sessions database manually? I don't see it when I run the "mysqlshow" command. I have mySQL installed.

RE: [ANNOUNCE] Apache::Session 1.51

2000-05-31 Thread Robin Berjon
The test suite is nonportable. You can safely ignore any database-related problems. Suggestions about making portable database test scripts are welcome. I think that DBD::CSV comes standard with DBI, would testing using that work ? -- robin b. In which level of metalanguage are you now

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-30 Thread Perrin Harkins
On Fri, 26 May 2000, Jeffrey W. Baker wrote: A couple of notes on the Oracle storage module: - Using "FOR UPDATE" forces the transactional lock model. Is it possible to make this optional? The other modes allow the use of a "enforce data integrity only" locking style which is

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-30 Thread Michael Schout
On Fri, May 26, 2000 at 03:35:51PM -0700, Jeffrey W. Baker wrote: Greetings, I have released Apache::Session 1.51. The addition of the Oracle backing store took less time than expected. It is included and tested in this release. This is the only change from 1.50. I just took a look at

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-26 Thread Perrin Harkins
On Fri, 26 May 2000, Jeffrey W. Baker wrote: I have released Apache::Session 1.51. The addition of the Oracle backing store took less time than expected. It is included and tested in this release. This is the only change from 1.50.

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-26 Thread Jeffrey W. Baker
On Fri, 26 May 2000, Perrin Harkins wrote: On Fri, 26 May 2000, Jeffrey W. Baker wrote: I have released Apache::Session 1.51. The addition of the Oracle backing store took less time than expected. It is included and tested in this release. This is the only change from 1.50.