11 Nov
2013
11 Nov
'13
9:02 p.m.
On Mon, Nov 11, 2013 at 9:59 PM, Christof Donat
No. It uses the preprocessor to generate something like
metaparse::string<'s','e','l','e','c','t',' ','n',',...>
The downside is, that metaparse has a configurable maximum string length and increasing it also increases compile times. I am not sure, weather it would be possible to have reasonable compile times with SQL strings as they exist in real world applications.
doesn't it still makes impossible to have variables in the request?