From: Warren Young Date: March 25 2008 7:18pm Subject: Re: Insert Query List-Archive: http://lists.mysql.com/plusplus/7528 Message-Id: <47E9501A.2010804@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Emre Turkay wrote: > > insert_query q("some_table"); > q["name"] = "John"; > q["location"] = "UK"; > // ... > q.execute(connection); I don't see what this offers over the three existing ways to build queries: SSQLS, template queries, and the Query stream interface. Do we need to invent a fourth wheel to balance the cart, or what? :)