On Feb 14, 2007, at 9:49 AM, Paul McNett wrote:

>>      No. If they're too clueless to use intelligent naming, they're too
>> clueless to realize that they need to quote things.
>
> It may be that they inherited the stupid naming, and need to work with
> it, at least temporarily.

        Sure, but this discussion isn't about someone who knows enough to  
recognize that a name might pose a problem and properly escape it or  
enclose it. It's about the framework taking preventative steps to  
make sure that all naming works.

>>      What I'm saying is that *every* field, table name, etc., get
>> 'quoted' whether it has spaces or not.
>
> I don't like that, as that gets ugly to look at.

        Then you prefer something like the current system, where we check  
for the existence of a space, and only add quotes if there is one,  
leaving the rest untouched?

        Then tell you what: you provide me with a list of every possible  
'bad' name that will need quoting, and I'll write the code to check  
every table and field name against that list, and only add quotes if  
it's in that list.

-- 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