From: Warren Young Date: June 11 2009 12:27am Subject: Re: Possible bug in ssqls List-Archive: http://lists.mysql.com/plusplus/8615 Message-Id: <8740C821-8B6C-40A1-9FA5-884D03B07E6C@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Jun 10, 2009, at 1:10 PM, Adrian Cornish wrote: > Please find attached a patch to quote database/table and field names > in sql statements. This was applied to SVN trunk. Much better! Your patch doesn't address things like Row::field_list(), but that's a lot more work, involving adding another manipulator ("backtick"?) type and using that instead of do_nothing. That's still on the Wishlist for v3.2. > dtest completes successfully/ Thanks for testing that, and for sending an updated bmark.txt. > Also I had to include a few extra #include for gcc4.4 Applied separately.