Domain evaluation against None
In r 49609073c798, I added a fallback when comparing datetime against None.
I think the behavior is wrong compare to SQL behavior. We should always return False when comparing against None except with '='.
In r 49609073c798, I added a fallback when comparing datetime against None.
I think the behavior is wrong compare to SQL behavior. We should always return False when comparing against None except with '='.
added sao tryton trytond type::behavior + 1 deleted label
assigned to @ced
added 1 deleted label and removed 1 deleted label
review290281002 updated at https://codereview.tryton.org/290281002/#ps301751002
New changeset becbdd5a8e5e by Cédric Krier in branch 'default':
Returns None when evaluating domain with None
https://hg.tryton.org/sao/rev/becbdd5a8e5e
added 1 deleted label and removed 1 deleted label
closed
New changeset 57e0e3a871c1 by Cédric Krier in branch 'default':
Returns None when evaluating domain with None
https://hg.tryton.org/tryton/rev/57e0e3a871c1
New changeset 0123741b8dc4 by Cédric Krier in branch 'default':
Returns None when evaluating domain with None
https://hg.tryton.org/trytond/rev/0123741b8dc4
New changeset d821c2479942 by Cédric Krier in branch 'default':
Returns None when evaluating domain with None
https://hg.tryton.org/tryton-env/rev/d821c2479942
mentioned in issue #9433 (closed)