Re: [sqlite] compression

2005-09-28 Thread Sid Liu
Is there a possibility that this Reiser 4 be used on a file, rather than a file system? Hopefully on Windows? --- Jay Sprenkle <[EMAIL PROTECTED]> wrote: > If you're on Linux read about the Reiser 4 file > system. > They found they could compress the entire file > system on the fly and achieve >

Re: [sqlite] Richard Hipp Awarded Google-O'Reilly Open Source Award at OSCON 2005

2005-08-05 Thread Sid Liu
Congratulations! I have to agree with Google and O'Reilly on this. No small feat indeed! Sid --- Mike Owens <[EMAIL PROTECTED]> wrote: > This was posted previously, but in case you missed > the subject line, > here is a restatement. > > Google and O'Reilly honored five open source people >

Re: [sqlite] ODBC driver?

2004-12-14 Thread Sid Liu
Here: http://www.ch-werner.de/sqliteodbc/ --- Jay <[EMAIL PROTECTED]> wrote: > Good morning all, > > Is there an odbc driver for Sqlite3? > It would be useful to be able to use existing data > tools... > > = > > - > > The Castles of Dereth Calendar: a tour

Re: [sqlite] sqlite stored procedure

2004-12-06 Thread Sid Liu
Hi, This probably has been discussed many times. Is it difficult to add stored procedure support in sqlite? Or is there any such plan? What is involved in supporting stored procedure aside from parser change to compile a stored procedure to VM? Sid