Re: [web2py] SQL syntax error when trying to create db...

2012-05-23 Thread Johann Spies
On 24 May 2012 07:35, Jason Brower wrote: > Field ('user', db. > auth_user, label=T ( > "Creator")), > 'user' is a reserved word in many databases. I found a nice url to check reserved words in seve

[web2py] SQL syntax error when trying to create db...

2012-05-23 Thread Jason Brower
I get this: File"/home/jason/Desktop/InterestID_4/Development_Environment/gluon/dal.py",line1386,inlog_execute ret=self.cursor.execute(*a, **b) ProgrammingError:syntax error atornear"user" LINE4:user INTEGER REFERENCES auth_user(id)ON DELETE CASCADE, When web2py tries creating it's mode