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.

        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.

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