Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_reserved_keyword(tablename) instead of check_reserved_keyword(rname) #315

Open
mdipierro opened this issue Dec 7, 2015 · 0 comments

Comments

@mdipierro
Copy link
Contributor

Traceback (most recent call last):
File "/Users/massimodipierro/Dropbox/web2py/gluon/restricted.py", line 227, in restricted
exec ccode in environment
File "/Users/massimodipierro/Dropbox/web2py/applications/tukey/models/db2.py", line 42, in
auth.signature, rname='offer')
File "/Users/massimodipierro/Dropbox/web2py/gluon/packages/dal/pydal/base.py", line 824, in define_table
self.check_reserved_keyword(tablename)
File "/Users/massimodipierro/Dropbox/web2py/gluon/packages/dal/pydal/base.py", line 536, in check_reserved_keyword
'invalid table/column name "%s" is a "%s" reserved SQL/NOSQL keyword' % (name, backend.upper()))
SyntaxError: invalid table/column name "quote" is a "ALL" reserved SQL/NOSQL keyword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant