On Mon, 27 Sep 2004 22:15:58 -0700, Eric Scouten <[EMAIL PROTECTED]> wrote:
> Peter Loveday wrote:
>
> > Greetings!
> >
> > Is there any way to add or remove field(s) from a table, short of
> > copying the entire thing to a newly created table with the desired
> > schema?
>
> No. See http://sqlit
Peter Loveday wrote:
Greetings!
Is there any way to add or remove field(s) from a table, short of
copying the entire thing to a newly created table with the desired
schema?
No. See http://sqlite.org/faq.html#q13 for the closest alternative
(which is basically a variant of copying the whole thing
Greetings!
Is there any way to add or remove field(s) from a table, short of copying
the entire thing to a newly created table with the desired schema?
Love, Light and Peace,
- Peter Loveday
Director of Development, eyeon Software
Kazuho Oku wrote:
Unfortunately, my apache module only performs a single SELECT clause of
which WHERE clause can be indexed.
What I am wondering is the way to stop calling SQLite each time the module
processes an HTTP request (eliminate the FLOCK -> READ -> FUNLOCK done by
SQLite).
I think you are
> From: "Hihn, Jason" <[EMAIL PROTECTED]>
> What is updating the table? Another [apache module] thread or another
> process?
>
> If they are from the same module, I'd think you could use a static int
> or semaphore. There's also shared memory.
Some CGIs and cron jobs are updating the table, so so
Thank you for the response.
Unfortunately, my apache module only performs a single SELECT clause of
which WHERE clause can be indexed.
What I am wondering is the way to stop calling SQLite each time the module
processes an HTTP request (eliminate the FLOCK -> READ -> FUNLOCK done by
SQLite).
# sor
Return Receipt
Your [sqlite] A problem with the select statement
document
:
Any ideas on this? Seems to be another problem here as well --
sqlite3_errcode is often not returning the same error code as was
returned by a previous sqlite3 call. I've filed tickets #926 and #927
for these issues, along with a code sample demonstrating the problem.
Thanks,
- Vlad
What is updating the table? Another [apache module] thread or another
process?
If they are from the same module, I'd think you could use a static int
or semaphore. There's also shared memory.
> -Original Message-
> From: Kazuho Oku [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 27,
9 matches
Mail list logo