Re: [web2py] Re: list:integer X list:reference for auth_user table

2015-07-09 Thread kulin shah
I am using the default SQLITE database. Yes I did change the field type couple of times back and forth since doing it list:reference auth_user was giving the same error. Basically I am making a notifier/tracker application for the test automation team much like the i-tracker app available on web2py

[web2py] Re: list:integer X list:reference for auth_user table

2015-07-09 Thread kulin shah
I am using the default SQLITE database. Yes I did change the field type couple of times back and forth since doing it list:reference auth_user was giving the same error. Basically I am making a notifier/tracker application for the test automation team much like the i-tracker app available on we

[web2py] Re: list:integer X list:reference for auth_user table

2015-07-08 Thread Massimo Di Pierro
what database are you using? did you ever change the field type? On Tuesday, 7 July 2015 16:40:39 UTC-5, kulin shah wrote: > > Hi, > I am a newbie to web2py and programming in general. I have something like > this: > Field('cc_list','list:integer',requires=IS_EMPTY_OR(IS_IN_DB(db,' > auth_user.i

[web2py] Re: list:integer X list:reference for auth_user table

2015-07-07 Thread kulin shah
Hi, I am a newbie to web2py and programming in general. I have something like this: Field('cc_list','list:integer',requires=IS_EMPTY_OR(IS_IN_DB(db,'auth_user.id',db.auth_user._format,multiple=True))), but this is giving an error: Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.

[web2py] Re: list:integer X list:reference for auth_user table

2010-12-06 Thread mdipierro
yes. the difference is only in the default validator. On Dec 6, 2:27 pm, Bruno Rocha wrote: > So I understand that there are no difference between the two forms, right? > > as list:reference and list:integer will store the same in db. > > -- > > Bruno Rochahttp://about.me/rochacbruno/bio