updated bulk insert to handle bind_param_array, created some basic tests
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Pg.pm
index 8500767..1572938 100644 (file)
@@ -63,7 +63,7 @@ sub bind_attribute_by_data_type {
   };
  
   if( defined $bind_attributes->{$data_type} ) {
-    return $bind_attributes->{$data_type}
+    return $bind_attributes->{$data_type};
   }
   else {
     return;