You don't have to worry about database table names conflicting with either Python keywords or web2py API objects, as the table names are only used as attributes or keys of a DAL object -- never in the global namespace. You only need to worry about conflicts with SQL reserved words. In any case, if it has been working so far, there is no reason it would suddenly stop working.
Anthony On Tuesday, September 26, 2017 at 10:38:13 AM UTC-4, Alex Glaros wrote: > > it is a key table in my app and would be difficult to rename in the future > if there were naming issues > > thanks Anthony > > Alex > > > On Tue, Sep 26, 2017 at 7:07 AM, Anthony <[email protected]> wrote: > >> No, why do you ask? >> >> >> On Tuesday, September 26, 2017 at 1:30:43 AM UTC-4, Alex Glaros wrote: >>> >>> "object_type" reserved word in web2py? >>> >>> thanks >>> >>> Alex Glaros >>> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/b6Ip-dBIE34/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

