Re: DBD::SQLite: Migration to SQLite 3.0

2004-09-01 Thread Scott T. Hildreth
I would, especially if you are starting from scratch. DBD::SQLite-1.04 is using SQLite 3.0, which has more features as stated below. On Tue, 2004-08-31 at 23:49, Owen wrote: > On Sat, 17 Jul 2004 10:51:55 +0100, Matt Sergeant wrote: > > > Anyone who has read my journal will know that I now have

Re: DBD::SQLite: Migration to SQLite 3.0

2004-09-01 Thread Owen
On Sat, 17 Jul 2004 10:51:55 +0100, Matt Sergeant wrote: > Anyone who has read my journal will know that I now have DBD::SQLite > ported to SQLite 3.0, which provides better datatypes, better concurrency, > proper blob support, etc. > > Now the big problem is that sqlite 3.0 is incompatible with

Re: DBD::SQLite: Migration to SQLite 3.0

2004-07-21 Thread Bart Lateur
On Sat, 17 Jul 2004 10:51:55 +0100, Matt Sergeant wrote: >Anyone who has read my journal will know that I now have DBD::SQLite >ported to SQLite 3.0, which provides better datatypes, better >concurrency, proper blob support, etc. I thought you also said SQLite 3 was still very buggy? --

Re: DBD::SQLite: Migration to SQLite 3.0

2004-07-18 Thread Robert
"Matt Sergeant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys, > > Anyone who has read my journal will know that I now have DBD::SQLite > ported to SQLite 3.0, which provides better datatypes, better > concurrency, proper blob support, etc. > > Now the big problem is that sq

Re: DBD::SQLite: Migration to SQLite 3.0

2004-07-17 Thread Matthew O. Persico
On Sat, 17 Jul 2004 10:51:55 +0100, Matt Sergeant typed: > Hi guys, > Anyone who has read my journal will know that I now have DBD::SQLite > ported to SQLite 3.0, which provides better datatypes, better > concurrency, proper blob support, etc. > Now the big problem is that sqlite 3.0 is incompatibl

Re: DBD::SQLite: Migration to SQLite 3.0

2004-07-17 Thread Jeff Zucker
Matt Sergeant wrote: Now the big problem is that sqlite 3.0 is incompatible with sqlite 2.x Just a thought: create a stub - an empty base class that inherits from either the old or the new depending on an environment variable. The DBD::SQLite distribution would include the old DBD, the new DBD

DBD::SQLite: Migration to SQLite 3.0

2004-07-17 Thread Matt Sergeant
Hi guys, Anyone who has read my journal will know that I now have DBD::SQLite ported to SQLite 3.0, which provides better datatypes, better concurrency, proper blob support, etc. Now the big problem is that sqlite 3.0 is incompatible with sqlite 2.x (which the current CPAN version of DBD::SQLit