Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Darren Duncan
At 1:46 PM +0800 7/23/04, Ng Pheng Siong wrote: I'd imagine keeping DBD::SQLite for v2 and creating DBD::SQLite3 for v3 is the most straightforward approach. Actually, I just thought of a counter-example that may work even better. I propose that the existing DBD::SQLite name keep going as it is

Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Ng Pheng Siong
On Thu, Jul 22, 2004 at 08:56:50PM -0700, Darren Duncan wrote: > The simplest answer for both of these is to use DBD::SQLite 0.31 for > version 2 databases, and DBD::SQLite 1.0 for version 3 databases. If > you mean, use them both simultaneously, then that's more complicated, > and I won't go i

Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Scott Leighton
On Thursday 22 July 2004 8:56 pm, Darren Duncan wrote: > At 11:22 PM -0400 7/22/04, [EMAIL PROTECTED] wrote: > >Scott Leighton <[EMAIL PROTECTED]> writes: > > > OK, but what happens to existing sqlite databases we're already > >> > >> using with Perl? From what I can see, if I update to the new

Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Darren Duncan
At 11:22 PM -0400 7/22/04, [EMAIL PROTECTED] wrote: Scott Leighton <[EMAIL PROTECTED]> writes: > OK, but what happens to existing sqlite databases we're already using with Perl? From what I can see, if I update to the new DBD:SQLite, I'll end up with v 3.x even though all my existing db's are

Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Derrell . Lipman
Scott Leighton <[EMAIL PROTECTED]> writes: > On Thursday 22 July 2004 2:40 pm, Darren Duncan wrote: >> Good news. And since Matt hasn't brought it up here yet, I will. >> >> Yesterday, Matt Sergeant posted DBD::SQLite v1.0 on CPAN, which is >> the first version to incorporate SQLite v3.x. >> >> S

Re: [sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Scott Leighton
On Thursday 22 July 2004 2:40 pm, Darren Duncan wrote: > Good news. And since Matt hasn't brought it up here yet, I will. > > Yesterday, Matt Sergeant posted DBD::SQLite v1.0 on CPAN, which is > the first version to incorporate SQLite v3.x. > > Suffice it to say, you actually can start using SQLit

[sqlite] first DBD::SQLite for SQLite 3.x released

2004-07-22 Thread Darren Duncan
Good news. And since Matt hasn't brought it up here yet, I will. Yesterday, Matt Sergeant posted DBD::SQLite v1.0 on CPAN, which is the first version to incorporate SQLite v3.x. Suffice it to say, you actually can start using SQLite 3 in Perl now. And this means that *I* can now start putting it