From: Warren Young Date: June 28 2005 5:09am Subject: Re: Wishlist comment - SSQLS naming List-Archive: http://lists.mysql.com/plusplus/4566 Message-Id: <42C0DB6E.6050308@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit One other comment: another option is to use the do_nothing manipulator by default, but make it an option to build the library so that it always quotes field names. It might even be possible to make this a #define, so that different programs built on a single system could have it either way. That would work if all of the manipulator uses are in templates defined in header files. Bottom line, I think auto-quoting field names is a bad idea as a general policy.