Re: Using pysqlite2 instead of sqlite3 when desired

2009-01-27 Thread Ramiro Morales
On Tue, Nov 25, 2008 at 12:48 AM, Malcolm Tredinnick wrote: >> > On Mon, 2008-11-17 at 16:19 -0800, Matthew D. Hancher wrote: >> > > Options include: >> > >> > > A. Leave sqlite3 as the default, and add a configuration setting that >> > > forces use of pysqlite2 if desired. >> > >> > > B. Always

Re: Using pysqlite2 instead of sqlite3 when desired

2008-11-25 Thread oggie rob
> Since so far only you and I have made real input here, I'd like to hear > what any of the other maintainers (or anybody else who uses this stuff) > thinks. Realistically, any of the options are survivable, so barring any > great arguments one way or the other, we should just pick one and commit

Re: Using pysqlite2 instead of sqlite3 when desired

2008-11-24 Thread Malcolm Tredinnick
On Mon, 2008-11-24 at 18:20 -0800, Matt Hancher wrote: > On Nov 18, 5:15 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > On Mon, 2008-11-17 at 16:19 -0800, Matthew D. Hancher wrote: > > > > [...] > > > > > Options include: > > > > > A. Leave sqlite3 as the default, and add a configuration

Re: Using pysqlite2 instead of sqlite3 when desired

2008-11-24 Thread Matt Hancher
On Nov 18, 5:15 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-11-17 at 16:19 -0800, Matthew D. Hancher wrote: > > [...] > > > Options include: > > > A. Leave sqlite3 as the default, and add a configuration setting that   > > forces use of pysqlite2 if desired. > > > B. Always tr

Re: Using pysqlite2 instead of sqlite3 when desired

2008-11-18 Thread Malcolm Tredinnick
On Mon, 2008-11-17 at 16:19 -0800, Matthew D. Hancher wrote: [...] > Options include: > > A. Leave sqlite3 as the default, and add a configuration setting that > forces use of pysqlite2 if desired. > > B. Always try both sqlite3 and pysqlite2, and use whichever has the > greater version num