From: Date: September 27 2008 1:18am Subject: Regressions with quoting List-Archive: http://lists.mysql.com/plusplus/7996 Message-Id: <48DD6DAF.7020908@pileofstuff.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've finally got round to upgrading after having been busy elsewhere during the whole 3.0 development cycle, so apologies in advance if this would have been better said 6 months ago. I've found 3.0 to be mostly the same as or better than 2.3, but the new selective quoting means that now I have to pass a Query wherever I want quoting to work. Could we add static member functions that call DBDriver::escape_string_no_conn()? That would make it possible to do quoting without a Query object, and without touching C strings directly. - Andrew