Re: [sqlite] PRAGMA database_list: insert into table?

2010-07-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/25/2010 07:08 AM, Tim Romano wrote: > Something that can be knocked out in a half-hour Nothing gets banged out in half an hour with SQLite :-) Using a string reverse example: - - The code has to be hooked in various places - - The function

Re: [sqlite] PRAGMA database_list: insert into table?

2010-07-25 Thread Tim Romano
Roger, Clearly not every feature that has found its way into SQLite is useful to "the majority" of the user base, but I will accept the core philosophical position here as not unreasonable--a requested feature that benefits very few use-cases might well be placed lower on the to-do list than one

Re: [sqlite] PRAGMA database_list: insert into table?

2010-07-25 Thread ve3meo
"Roger Binns" wrote in message news:4c4b1ca7.1040...@rogerbinns.com... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/24/2010 05:38 AM, ve3meo wrote: >> I am a humble user of the command line implementation and of various >> SQLite >> managers and not an

Re: [sqlite] Encryption

2010-07-25 Thread Mark Schonewille
Hi Simon, Yes, I thought of that and was hoping I woudn't have to do it this way. Thanks. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Download the Installer

Re: [sqlite] Encryption

2010-07-25 Thread Simon Slavin
On 25 Jul 2010, at 10:00am, Mark Schonewille wrote: > Thanks for your reply. Unfortunately, if I let Revolution encrypt the > entire database file, I have to save a decrypted file to disk before I > can access it with SQLite. I was hoping there were a trick to let > SQLite do the

Re: [sqlite] Encryption

2010-07-25 Thread Mark Schonewille
Thanks for your reply. Unfortunately, if I let Revolution encrypt the entire database file, I have to save a decrypted file to disk before I can access it with SQLite. I was hoping there were a trick to let SQLite do the encryption without having to recompile the add-on mentioned in me