4 messages in com.mysql.lists.plusplusRe: Why does ColData need two strings...
FromSent OnAttachments
Philippe Dirkse14 Mar 2007 13:16 
Warren Young14 Mar 2007 17:07 
Philippe Dirkse16 Mar 2007 11:13 
Warren Young16 Mar 2007 20:37 
Subject:Re: Why does ColData need two strings for the same data?
From:Warren Young (mysq@etr-usa.com)
Date:03/16/2007 08:37:18 PM
List:com.mysql.lists.plusplus

Philippe Dirkse wrote:

I was curious whether there was a specific reason for the way the thing is currently implemented.

Yes: MySQL++ had no decent BLOB support at all until recently. Row::raw_data() is a low-level mechanism, not something we want to encourage people to use. It's better to extend the current high-level mechanisms to support BLOBs better than to add sugar to the low-level mechanisms.

If you want to help move this along, see the Wishlist. v2.3 will be very heavily BLOB oriented. (Beware that I'm working on v2.3 right now, though, so please coordinate with me if you want to start tackling some of the items on the Wishlist.)