Re: [sqlite] How to install SQLite on a shared linux hosting

2008-10-17 Thread Graeme Pietersz
said you are using PHP. It usually includes sqlite. If not, ask your hosting provider. Graeme > > But, judging from your short answer, I believe that there is no way to > use it to store/retrieve data for my site. > Am I right? > > Luigi >

Re: [sqlite] Can SQLite take advantage of multiple CPU's and/ormultiple cores?

2008-09-18 Thread Graeme
B, but one needs to be a bit more careful with threads (and you have to be sure it is compiled with threads enabled). Also, are there any disadvantages to compiling threadsafe? I imagine there is some impact on performance. Anything else? Graeme -- Graeme Pietersz http

Re: [sqlite] best language match for SQLite?

2008-09-17 Thread Graeme
to a command...) or planned for 8.6 (the chan pipe command, for better inter-process communication for example). Graeme Pietersz http://pietersz.co.uk/ http://moneyterms.co.uk/ On Tuesday 16 September 2008 21:20:40 Patrick wrote: > I am a beginner to intermediate Python Programmer. I can use SQL

Re: [sqlite] Help with Sqlite

2008-08-19 Thread Graeme
launchpad bug tracker. If you are using a FF extension see what support the author of that offers. Incidentally, Wubi has some limitations compared to a proper (i.e. on its own partition) Linux install and is probably better for trying out Ubuntu rather than permanent use. Graeme On Wednesday 20

Re: [sqlite] More on ICU extension (windows)

2008-08-02 Thread Graeme
downlodable binaries: the vmsize is much bigger with it. It is OK for my puposes, but I can see why many people would not want it. Graeme ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Graeme
ile.in, of cource I was about to ask > I think that debian mantainer of libicu using some patches for it. May be > I'll find solution in patches for debian package. So it is an ICU problem? Have to go now, will let you know how things go with compiling. Graeme -- Graeme Pietersz http://mon

Re: [sqlite] Error on loading ICU extension

2008-08-01 Thread Graeme Pietersz
/lib/libicuuc.so.38 (0xb7d2b000) libicudata.so.38 => /usr/lib/libicudata.so.38 (0xb7254000) libc.so.6 => /lib/i686/libc.so.6 (0xb710f000) /lib/ld-linux.so.2 (0x8000) libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb70f8000)

Re: [sqlite] More on ICU extension (windows)

2008-08-01 Thread Graeme
problem. It also looks to me like debugging this would be difficult Graeme -- Graeme Pietersz http://moneyterms.co.uk/ http://pietersz.co.uk/ ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Error on loading ICU extension

2008-08-01 Thread Graeme
/lib/libicuuc.so.38 (0xb7d2b000) libicudata.so.38 => /usr/lib/libicudata.so.38 (0xb7254000) libc.so.6 => /lib/i686/libc.so.6 (0xb710f000) /lib/ld-linux.so.2 (0x8000) libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb70f8000) libstdc++.so.6 =&g

Re: [sqlite] Error on loading ICU extension

2008-08-01 Thread Graeme
On Friday 01 August 2008 12:48:49 Alexey Pechnikov wrote: > Hello! > > В сообщении от Friday 01 August 2008 11:10:45 Graeme написал(а): > > > Try to install before > > > libicu-dev > > > libicu38 > > > > Thanks Alexey. I have both those installe

Re: [sqlite] Error on loading ICU extension

2008-08-01 Thread Graeme
On Friday 01 August 2008 11:57:17 Alexey Pechnikov wrote: > Hello! > > В сообщении от Friday 01 August 2008 00:49:56 Graeme написал(а): > > I apparently successfully compiled the ICU extension with: > > > > gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so >

[sqlite] Error on loading ICU extension

2008-07-31 Thread Graeme
{SELECT load_extension('libSqliteIcu.so')} I get: error during initialization: I am using the Linux binary from the website. I found the same problem (with the same extension) mentioned in the mailing list archives, but with no solution recorded. What do I do next? -- Graeme Pietersz http

Re: [sqlite] Limiting the time a query takes

2008-07-02 Thread Graeme
Thanks for having the patient to answer. I really deserved an RTFM for that. On Wednesday 02 July 2008 13:51:29 Igor Tandetnik wrote: > sqlite3_progress_handler -- Graeme Pietersz http://moneyterms.co.uk/ http://pietersz.co.uk/ ___ sqlite-us

[sqlite] Limiting the time a query takes

2008-07-02 Thread Graeme
IKE and GLOB patterns discusses maliciously constructed patterns, but DOS by a malicious user is not discussed elsewhere, so I guess it is unlikely to be an issue in other circumstances and I should not be too bothered about this. Graeme -- Graeme Pietersz http://moneyterms.co.uk/ http://pietersz.co