Make sure is_plain_value returns the actual object pre-stringify
[scpubgit/Q-Branch.git] / lib / SQL / Abstract.pm
index 63d6c2e..0c3f11c 100644 (file)
@@ -124,7 +124,7 @@ sub is_plain_value ($) {
           )
         )
       )
-    )                                                          ? [ "$_[0]" ]
+    )                                                          ? [ $_[0] ]
   : undef;
 }