Hi 
I am using SQLFORM.grid of last version of web2py with MYSQL.
I would like to see all row of a table with a None value in a "Date" field.
SQLFORM.grid set the query in this format *db.t_tablename.f_datefield = ""* 
.
The query is converted in this MYSQL where condition:

   - AND t_tablename.f_datefield = NULL

Instead of :

   - AND t_tablename.f_datefield is  NULL

How can i solve this problem?
Thank for help

-- 
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.

Reply via email to