[web2py] Re: OperationalError: near ", ": syntax error, I'm new to this, maybe I dont use DAL properly.

2013-08-31 Thread George Petsagourakis
Thanks Niphlod for pointing me to the right direction: db.define_table('items,', ^ (there is an extra comma right there, at the table name definition) -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsu

[web2py] OperationalError: near ", ": syntax error, I'm new to this, maybe I dont use DAL properly.

2013-08-31 Thread George Petsagourakis
Hello everyone, I have the following table definitions: db.define_table('identities', Field('name', 'string', required=True), Field('profession', 'string', required=True), Field('address','text', required=True), Field('vat_number',unique=True, required=True, length=9, requires=IS_