Ed Leafe wrote:
> On Feb 13, 2007, at 11:16 PM, Paul McNett wrote:
> 
>> Oh I see, so someone could just do:
>>
>> biz.addField(biz.addQuotes("customers.order as customer_order"))
>>
>> Is that what you are saying?
> 
>       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.


>       Right now if you issue the command: biz.addField("customers.field  
> with spaces"), the backend class will automatically convert that to  
> (using MySQL as the example): biz.addField("customers.`field with  
> spaces`".
> 
>       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.


-- 
pkm ~ http://paulmcnett.com


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

Reply via email to