Re: [sqlite] Multi-threading.

2005-07-30 Thread Tim Browse
Just FYI... All you people posting to comp.sys.15yearoldarguments - you know you're also cross-posting to the sqlite mailing list, right? Tim Mrs. Brisby wrote: On Sat, 2005-07-30 at 20:29 +0200, Jan-Eric Duden wrote: Mrs. Brisby wrote: On Sat, 2005-07-30 at 14:30 +0200, Jan-Eric Duden

Re: [sqlite] What happens to unused space?

2005-07-04 Thread Tim Browse
Dan Kennedy wrote: >> So in summary, when I delete a blob, I want it to stay deleted, even from prying eyes with a hex editor - what's the best way to do this in the SQLite model? > > > Tricky question. So, judging from this and other replies, there isn't a 'safe' way of doing this at the m

[sqlite] What happens to unused space?

2005-07-04 Thread Tim Browse
Hi, Before I go diving into the SQLite source code, can anyone tell me what happens to unused space? (i.e. from deleted data in the db) Specifically, I'm interested in whether it gets over-written by zeroes, or something. I'm storing information in a database (in a blob field), which the us