diff --git a/atom b/atom index fc14e46..f20a74a 100755 --- a/atom +++ b/atom @@ -472,7 +472,7 @@ InsertOrUpdate() { values+=( "$value" ) done if results=$( - Select "$table" id < <( + Select "$table" ${keys[0]} < <( for key in ${!keys[@]} do echo "${keys[$key]}" = "${values[$key]}"