Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Smith wrote: > On Tue, 8 Feb 2005, John Richard Moser wrote: > > > Does the sqlite3 command line interface program support BLOB data? > > I am thinking of feeding sql commands to sqlite3 (the command). In the > course of this I'll

Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Welgehausen wrote: >>... feeding sql commands to sqlite3 (the command) > > > The SQLite shell is not really designed for production > work. It can be used as you suggest for routine queries, > but for anything more complicated, you'll have

Re: [sqlite] sqlite3 CLI and blobs

2005-02-08 Thread Kurt Welgehausen
> ... feeding sql commands to sqlite3 (the command) The SQLite shell is not really designed for production work. It can be used as you suggest for routine queries, but for anything more complicated, you'll have fewer headaches if you use a scripting language that you're already familiar with

[sqlite] sqlite3 CLI and blobs

2005-02-07 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does the sqlite3 command line interface program support BLOB data? I am considering that my choice of C may not have been the greatest idea in tackling the problem of writing a package manager. There is much already to do what I need to do, and I