[development] Any solution for solving DB reserved wordconflict?

David Durham, Jr. david.durham.jr at gmail.com
Mon Feb 18 19:40:40 UTC 2008


On Feb 18, 2008 12:57 PM, Larry Garfield <larry at 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


More information about the development mailing list