fix NULL handling in Update()

This commit is contained in:
Vincent Riquer 2013-03-14 13:01:37 +01:00
parent 0efce9cf18
commit 0aa8a04ab0

2
atom
View File

@ -400,7 +400,7 @@ Update(){
value) value)
case $argument in case $argument in
'NULL') 'NULL')
set_statement+=" is NULL" set_statement+=" = NULL"
;; ;;
+([0-9])?(.+([0-9]))) +([0-9])?(.+([0-9])))
set_statement+=" = $argument" set_statement+=" = $argument"