"object_type" reserved word in web2py?

18 views
Skip to first unread message

Alex Glaros

unread,
Sep 26, 2017, 1:30:43 AM9/26/17
to web2py-users
"object_type" reserved word in web2py?

thanks

Alex Glaros

Anthony

unread,
Sep 26, 2017, 10:07:09 AM9/26/17
to web2py-users
No, why do you ask?

Alex Glaros

unread,
Sep 26, 2017, 10:38:13 AM9/26/17
to web...@googlegroups.com
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


--
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 web2py+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anthony

unread,
Sep 26, 2017, 10:54:15 AM9/26/17
to web2py-users
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
Reply all
Reply to author
Forward
0 new messages