18 Feb
2008
18 Feb
'08
8:40 p.m.
On Feb 18, 2008 12:57 PM, Larry Garfield <larry@garfieldtech.com> wrote:
Actually, that's something a query builder helps with since it deals with structured data and the builder can do whatever escaping is needed without a regex. An ORM is a different matter.
You're technically right, of course, but can you really call something an ORM if it doesn't have one or more query builders? And that's the bug right there, you need more than one query builder, so how to neatly plug those in? -Dave