Re: [sqlite] small issues during first SQLite install

2004-02-15 Thread Darren Duncan
On Sun, 15 Feb 2004, D. Richard Hipp wrote: > This is explained at http://www.sqlite.org/fileformat.html > section 3.1. Thanks for the reference. I went ahead and read the whole document. (I had read the virtual machine one before, but missed the file one.) -- Darren Duncan

Re: [sqlite] small issues during first SQLite install

2004-02-15 Thread D. Richard Hipp
Darren Duncan wrote: > > Looking inside the 'foo' database that the DBD::SQLite tests produced, with a > text editor to see its raw form, I noticed that the beginning of the file > says: > > ** This file contains an SQLite 2.1 database ** > > Should this line in fact contain a higher number? > >

[sqlite] small issues during first SQLite install

2004-02-15 Thread Darren Duncan
Today I have installed SQLite for the first time on my system (Mac OS X 10.2.8) and thought I'd bring up a few quick things that I noticed. Note that for the near future I am using it exclusively through the Perl interface. All perl stuff is compiled from source, and is the newest

Re: [sqlite] PHP extention

2004-02-15 Thread Yves Glodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 15 February 2004 22:10, [EMAIL PROTECTED] wrote: > Im a bit confused as to where i get a sqlite.so for php. > When i build sqlite from source it does not place a sqlite.so > anywhere in my system. > Using 'pear install sqlite' isnt good

[sqlite] PHP extention

2004-02-15 Thread [EMAIL PROTECTED]
Im a bit confused as to where i get a sqlite.so for php. When i build sqlite from source it does not place a sqlite.so anywhere in my system. Using 'pear install sqlite' isnt good becuase its an out of date version. So how can i get a sqlite.so library for php? is this a third party thing? Thanks

Re: [sqlite] Next sqlite version

2004-02-15 Thread D. Richard Hipp
Avner Levy wrote: I've seen in the mailing list that few crashes were found since 2.8.12. Does someone know are those crashes common ? Is there going to be a new version soon ? The "crashes" are only in the command-line client, and then only under unusual circumstances. The core library is

RE: [sqlite] Next sqlite version

2004-02-15 Thread Matthias Zirngibl
AFAIK only the sqlite command line executable is affected by the crashes. You can use a old version of the executable or you can check out the latest fixed version from CVS. > -Original Message- > From: Avner Levy [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 15, 2004 2:48 PM > Cc:

[sqlite] Next sqlite version

2004-02-15 Thread Avner Levy
I've seen in the mailing list that few crashes were found since 2.8.12. Does someone know are those crashes common ? Is there going to be a new version soon ? Thanks in advance, Avner * I know that I can get the fixes through CVS but I prefer sticking to the official versions.