Is there any progress on this ticket (temporary file storage method
problem)? If not, can anyone suggest any workarounds?
I've just discovered here that it looks like we're getting really bad
performance hits on a Windows machine with temporary files when people use
certain virus scanners. Also
G'day,
I'm trying to write some defensive code that is able to recover from
database corruption. The idea is that if a disk fails and a database
becomes corrupt it can be detected and synchronised from a backup copy.
To this end, I've just been trying to write a function that returns true
only
How feasible would it be to add support for higher concurrency to
SQLite, especially via MVCC? (If it turns out to be feasible and
desirable, I'd be willing to work on it in my free time.)
What I would really like in SQLite would be:
- Good concurrency, preferably similar or better to that of nsv
Hi Basil,
The first use of IF is same syntax as the case statement so I don't think it is
required and as IF isn't SQL92 I doubt it will be included
so your command is replaced by
case when (select count(*) from foo) = 100 then 'good' else 'bad' end
I like the idea of exist but then again you
I would like to add some commands to SQLite to make my SQL(ite) programming
life easier!!!
The commands are:
IF - e.g IF ((select count(*) from foo) = 100)
select "good";
ELSE
select "bad";
END
EXISTS
5 matches
Mail list logo