From: Warren Young Date: April 10 2007 12:10pm Subject: Re: Compile error with Metrowerks Codewarrior List-Archive: http://lists.mysql.com/plusplus/6512 Message-Id: <461B7E9A.2030407@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Warren Young wrote: > The only fix > would be to add an operator std::string to ColData. You're welcome to > hack your copy of MySQL++ to try it, but such a thing won't be accepted > into the official version: it makes the code less efficient even for > compilers that are smart enough to figure out the indirect conversion, > because it looks like the "best" conversion from the compiler's > perspective. Actually, thinking more about it, such a change might be necessary for a much better reason: it's probably needed to allow SSQLS to work with BLOBs. Trying this is on the Wishlist, so I'll get to it eventually. Don't want for me to get around to it. Just realize that if you do hack your copy of the library to add this, it might become official for a different reason.