QBEMode and string fields

AndreyB

Member²
Why when QBESQL is generated the string fields are treated differently than all others? I mean for other types you declare variables and assign values to them, for string fields the clause "field = 'qbe_value'" or "field like 'qbe_value'" is generated. That leads to very unefficient reparsing *each* time I change qbe_value. I've tried to change it to variables declaring/binding and it works perfect, even with "like". Any particular reason it was done that way?
 
Back
Top