Re: [sqlite] Compress/uncompress inline

2004-09-22 Thread Miguel Angel Latorre
www.smartpethealth.com -Original Message- From: Miguel Angel Latorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 6:10 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] Compress/uncompress inline I've done it adding some compression user functions, compress and decompress (using

RE: [sqlite] Compress/uncompress inline

2004-09-22 Thread Dennis Volodomanov
: Miguel Angel Latorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 6:10 PM To: [EMAIL PROTECTED] Subject: Re: [sqlite] Compress/uncompress inline I've done it adding some compression user functions, compress and decompress (using zlib), also the encode and decode binary functions

Re: [sqlite] Compress/uncompress inline

2004-09-22 Thread Miguel Angel Latorre
))) - Original Message - From: "Dennis Volodomanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 22, 2004 1:39 AM Subject: [sqlite] Compress/uncompress inline Hello all, Is it possible to have some sort of a zip-unzip (compress-uncompress)

[sqlite] Compress/uncompress inline

2004-09-21 Thread Dennis Volodomanov
Hello all, Is it possible to have some sort of a zip-unzip (compress-uncompress) function built-in when writing/reading the SQLite v3 databases, like the encode()/decode() functions were in v2? Has anyone implemented this? Is it available, for example, like the encryption at a charge? If