11 Nov
2013
11 Nov
'13
9:07 p.m.
On Mon, Nov 11, 2013 at 7:02 PM, Klaim - Joël Lamotte
On Mon, Nov 11, 2013 at 9:59 PM, Christof Donat
wrote: No. It uses the preprocessor to generate something like
metaparse::string<'s','e','l','e','c','t',' ','n',',...>
doesn't it still makes impossible to have variables in the request?
In theory, you could bind using placeholders like :a, :b. I.e.: string<'name', '=:a ', 'and ', 'age=', ':age'> // name=:a and age=:age These would be bound using the database backend. Not sure if all DBs support this, though. Regards, Rodrigo Madera