| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 25 2008 7:18pm |
| Subject: | Re: Insert Query | ||
| View as plain text | |||
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? :)
| Thread | ||
|---|---|---|
| • Insert Query | Emre Turkay | 25 Mar |
| • Re: Insert Query | Warren Young | 25 Mar |
| • Re: Insert Query | Emre Turkay | 25 Mar |
| • Re: Insert Query | Warren Young | 25 Mar |
