From: Warren Young Date: February 15 2007 8:54pm Subject: Re: Null and quote manipulator List-Archive: http://lists.mysql.com/plusplus/6355 Message-Id: <45D4C872.2070200@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit frank@stripped wrote: > > I thought that Null would be > appropriate for this, but it doesn't quite work the way I expect it to. No surprise...you've changed the type of the variable, and the manipulator behavior depends on the type. We should be able to add an extension to this easily enough. If you don't want to wait for v2.3, a quick scan of lib/manip.h should guide you to the needed changes. If you do that, please send the patch.