On Feb 13, 2007, at 3:59 PM, Ted Roche wrote:

> Workaround: it's highly recommended that you avoid all keywords in
> fieldnames, but it can be difficult to keep track of them all. Should
> fieldnames in SQL statements (at least in MySQL) be escaped by
> default, or does that just lead programmers to doing more silling
> things? There are arguments for both sides, I suppose.

        I don't think that we can or should take care of relatively dumb  
things like this. Anyone who's programmed for any decent period of  
time knows about keyword naming conflicts. The fact that you *can*  
get away with it sometimes does not mean you should be able to all  
the time. If you know you have a database with "bad" names in it,  
you're going to have problems with any tool, not just Dabo.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to