[web2py] Re: reference_field_value = None

2017-02-10 Thread Pierre
thanks guys

for sure a minor problem  :)  i am afraid the most difficult is 
comingan "iceberg" or something equivalent

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: reference_field_value = None

2017-02-10 Thread Anthony
Also, if you set notnull after the table was initially created, I don't 
think it will be changed (you need to handle such changes outside of 
web2py).

Anthony

On Friday, February 10, 2017 at 10:40:37 AM UTC-5, Leonel Câmara wrote:
>
> Do you have NOTNULL=True or notnull=True? Only the latter will work.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: reference_field_value = None

2017-02-10 Thread Leonel Câmara
Do you have NOTNULL=True or notnull=True? Only the latter will work.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.