Re: [sqlite] Delete a database file

2004-02-26 Thread ben . carlyle
- Forwarded by Ben Carlyle/AU/IRSA/Rail on 27/02/2004 09:54 AM - Ben Carlyle 27/02/2004 09:34 AM To: "Benoit Gantaume" <[EMAIL PROTECTED]>@CORP cc: Subject:Re: [sqlite] Delete a database file Benoit, "Benoit Gantaume" <[EMAIL PROTECTED]>

Re: [sqlite] multithreading

2004-02-26 Thread ben . carlyle
- Forwarded by Ben Carlyle/AU/IRSA/Rail on 27/02/2004 09:53 AM - Ben Carlyle 27/02/2004 09:49 AM To: [EMAIL PROTECTED]@CORP cc: Subject:Re: [sqlite] multithreading Dave, [EMAIL PROTECTED] 26/02/2004 04:56 PM To: [EMAIL

RE: [sqlite] multithreading

2004-02-26 Thread ben . carlyle
"rumcais" <[EMAIL PROTECTED]> 26/02/2004 05:16 PM To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:RE: [sqlite] multithreading > I've make some experiments around accessing the SQLite database fom concurent processes at the same time > and I find

[sqlite] Bug database question: a fix that isn't really

2004-02-26 Thread James W. Walker
If a bug ticket is marked "fixed", and I add a remark that it still seems to be broken, will someone notice, or is it better to create a new ticket? The ticket in question is 627. -- James W. Walker, ScriptPerfection Enterprises, Inc.

[sqlite] Debian bug report #234625

2004-02-26 Thread Andreas Rottmann
tags 234625 +upstream +patch forwarded 234625 [EMAIL PROTECTED] thanks I got this bug report. It's reproducible on my system - see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234625 for the full bug log. FWICT, this is already fixed in CVS. Richard, can you confirm? , | $ ltrace sqlite

[sqlite] Re: Build system update

2004-02-26 Thread Andreas Rottmann
Andreas Rottmann <[EMAIL PROTECTED]> writes: > Hi! > > I intend to commit the following changes to CVS: > > * Update of generated/libtoolized files: config.guess, config.sub, > configure, ltmain.sh > * Removal of libtool, which is generated by configure > * Some changes to Makefile.in, which

Re: [sqlite] Debian bug report #234625

2004-02-26 Thread D. Richard Hipp
Andreas Rottmann wrote: tags 234625 +upstream +patch forwarded 234625 [EMAIL PROTECTED] thanks I got this bug report. It's reproducible on my system - see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234625 for the full bug log. FWICT, this is already fixed in CVS. Richard, can you confirm?

Re: [sqlite] Bug database question: a fix that isn't really

2004-02-26 Thread James W. Walker
You can change the status back to "active" if you want. That seems easier than creating a new ticket. And how does one do that to a ticket that was created anonymously? Note that I am not logged in, because I don't see any way to create an account on your bug-tracking system. -- James W.

Re: [sqlite] Bug database question: a fix that isn't really

2004-02-26 Thread James W. Walker
Will Leshner <[EMAIL PROTECTED]> wrote: Can't you just click the Edit link? Duh! I guess I just assumed that only the developers should be able to change the status of a ticket. At least, if I were writing a bug tracking system, I wouldn't let anonymous users change a status. -- James W.

Re: [sqlite] PHP extention

2004-02-26 Thread [EMAIL PROTECTED]
Pierre-Alain Joye wrote: On Sun, 15 Feb 2004 13:10:59 -0800 "[EMAIL PROTECTED]" <[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 becuase

Re: [sqlite] Delete a database file

2004-02-26 Thread Christian Smith
On Thu, 26 Feb 2004, Benoit Gantaume wrote: >Hi, >Here is my pb: > >I just want to suppress a database file. When you say suppress, do you mean you only want a temporary database? If so, use the filename ":memory:" when opening the database, and you'll get a memory only database which will go

Re: [sqlite] Bug database question: a fix that isn't really

2004-02-26 Thread D. Richard Hipp
James W. Walker wrote: If a bug ticket is marked "fixed", and I add a remark that it still seems to be broken, will someone notice, or is it better to create a new ticket? The ticket in question is 627. You can change the status back to "active" if you want. That seems easier than creating a

[sqlite] Delete a database file

2004-02-26 Thread Benoit Gantaume
Hi, Here is my pb:   I just want to suppress a database file.   But it's impossible to do it from the procees that created or opened the database even if i closed it!   I guess that I do not close properly the database.   The only way to be able to remove the file is to close the process