diff --git a/VERSION b/VERSION index 4b46ea76..627cdd40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.07.11.11.34.59 +Version 2.6.0-development+timestamp.2013.07.11.11.48.58 diff --git a/gluon/dal.py b/gluon/dal.py index b3fd3a00..27be55f0 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -6872,7 +6872,7 @@ class Row(object): _extra = self.__dict__.get('_extra', None) if _extra is not None: v = _extra.get(key, None) - if v: + if v is not None: return v m = REGEX_TABLE_DOT_FIELD.match(key) if m: