Re: blob and text support for postgres
Cyrus Harmon <ch-clsql-dl6SmSK5uza1Z/[email protected]> Mon, 26 Sep 2005 18:44:03 -0700
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Alexander, I had this working a while back, but never managed to get Kevin to integrate my patches into the backend. The one disappointment was that binary queries never worked to my satisfaction. Unfortunately, the C API only allows one text/binary flag per query, so if you want mixed text and binary data, you are better off getting the binary data as text encoded. Not that big of a deal, but a bit of performance killer if you're trying to, say, bulk-load a bunch of images into the database. I'd be happy to try to pick this up again and see if I can get the patch to a shape where Kevin's happy with it if there's interest. Cyrus On Sep 23, 2005, at 3:10 PM, Aleksandar Bakic wrote: > Hi, > > I'd like to know if progress has been made since version 3.2.0 > related to > supporting text and blob data types in the postgres backend. I read > some > articles in the archive and got an impression that someone got > something > working that might not have been added to CLSQL yet. > > Thanks, > Alex > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > CLSQL-Devel mailing list > [email protected] > http://lists.b9.com/mailman/listinfo/clsql-devel >