[sqlite] SQLite Memory Problems/Upgrading SEE

2007-11-27 Thread Luís Santos
Hi, I have an SQLite with SEE. I am currently having some troubles concerning memory allocation (I'm getting a MALLOC_ERROR in strange circumstances), and I am trying to upgrade my SQLite from 3.5.1 to 3.5.2 to see if there's any change to my problem. Should I have some other concern about

Re: [sqlite] Filesystem Layer problems

2007-09-18 Thread Luís Santos
We have considered this option carefully in the last few years (since we love SQLite and would love to support it), but $2000 was too expensive for us at the time... :-( [EMAIL PROTECTED] escreveu: You could purchase a license for the SQLite Encryption Extension

[sqlite] Filesystem Layer problems

2007-09-18 Thread Luís Santos
Hi, people We have managed to add a simple obfuscation layer to SQLite on windows platform; this has been working since version 3.0.8, but We've found a problem on the last versions. We've introduces a simple stream criptography layer on two functions on /os_win.c/ (winRead and winWrite).

[sqlite] Strange behaviour on Update

2007-08-03 Thread Luís Santos
uot;4"); sqlite> update test set FieldOne ="1"; SQL error: test.FieldOne may not be NULL Has anybody stumbled upon something like this? Thnx Luís Santos