[web2py] Re: db().select(db.table.all) does not return all fields

2013-01-17 Thread raphael . benedet
Hello, I noticed that a legacy model (with a different table definition) was imported, overriding db in my module. Everything works now. Sorry for the noise... Raphael Le jeudi 17 janvier 2013 04:37:16 UTC+1, Massimo Di Pierro a écrit : What is you print print str(schedulings) instead? Any

[web2py] Re: db().select(db.table.all) does not return all fields

2013-01-16 Thread Massimo Di Pierro
What is you print print str(schedulings) instead? Any change? On Wednesday, 16 January 2013 07:48:18 UTC-6, raphael...@netaxis.be wrote: Hello, I have a table defined like this in my model: db.define_table('schedulings', Field('name'), Field('description'), Field('connectorId',