Re: [AOLSERVER] SQLite driver (was) Re: Are the weekly chats officially dead?

2003-07-31 Thread Wojciech Kocjan
Dossy wrote: On 2003.07.31, Wojciech Kocjan <[EMAIL PROTECTED]> wrote: It works faster than nsmysql, at least for me... The main problem is date/time/datetime... Yuck. Not to get all defensive, but are you saying the nssqlite driver is faster than the nsmysql driver, or that SQLite is faster tha

Re: [AOLSERVER] SQLite driver (was) Re: Are the weekly chats officially dead?

2003-07-31 Thread Dossy
On 2003.07.31, Wojciech Kocjan <[EMAIL PROTECTED]> wrote: > > It works faster than nsmysql, at least for me... The main problem is > date/time/datetime... Yuck. Not to get all defensive, but are you saying the nssqlite driver is faster than the nsmysql driver, or that SQLite is faster than MySQL f

[AOLSERVER] SQLite driver (was) Re: Are the weekly chats officially dead?

2003-07-31 Thread Wojciech Kocjan
Roberto Mello wrote: - An SQLite driver (hopefully I'll get that working soon). This one is actually tricky. In order to use SQLite in production enviroment, you need to catch SQLITE_SCHEMA errors and reeval the query. If you want to experiment, here's my beta driver - http://www.zoro2.org/_chwilow