[web2py] Reserved words

2011-01-02 Thread villas
This is a good chance to give everyone a reminder. Please use the 'reserved key words' feature when initially making your models. All you have to do is temporarily add check_reserved=['all'] to your connect string. This small precaution can save you a lot of grief later, especially for anyone

[web2py] reserved words in databases

2010-12-11 Thread Carlos
Hi, With respect to the following old thread: http://groups.google.com/group/web2py/browse_thread/thread/6a0948e7bf8c826f/e14174651edf05e2 Is web2py now ready to use reserved words as table and field names (e.g. "user", "group") without any conflicts with any of the supported databases?. Or wha