add a comment
Rafael Kitover [Sat, 25 Jul 2009 14:12:01 +0000 (14:12 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/Base.pm

index b9c1de0..af2a98f 100644 (file)
@@ -35,6 +35,7 @@ sub _placeholders_supported {
 # There's also $dbh->{syb_dynamic_supported} but it can be inaccurate for this
 # purpose.
     local $dbh->{PrintError} = 0;
+# this specifically tests a bind that is NOT a string
     $dbh->selectrow_array('select 1 where 1 = ?', {}, 1);
   };
 }