From 0aa8a04ab0f685281b519ad465b10071abef1db6 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Thu, 14 Mar 2013 13:01:37 +0100 Subject: [PATCH] fix NULL handling in Update() --- atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom b/atom index aa3e841..997916e 100755 --- a/atom +++ b/atom @@ -400,7 +400,7 @@ Update(){ value) case $argument in 'NULL') - set_statement+=" is NULL" + set_statement+=" = NULL" ;; +([0-9])?(.+([0-9]))) set_statement+=" = $argument"