X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FASE%2FNoBindVars.pm;h=107a0e05960713bcfbccd1c2dcc8b6adbe3d9655;hb=5529838f7afff91467ef2664087999ab222da48d;hp=b5ade315f250396689c3e51cf6e800f09500e9d5;hpb=d095c62d491afe010e870f31b4e0d1419273cba9;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm b/lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm index b5ade31..107a0e0 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/ASE/NoBindVars.pm @@ -81,8 +81,10 @@ You can also enable this driver explicitly using: $schema->storage_type('::DBI::Sybase::ASE::NoBindVars'); $schema->connect($dsn, $user, $pass, \%opts); -See the discussion in L<< DBD::Sybase/Using ? Placeholders & bind parameters to -$sth->execute >> for details on the pros and cons of using placeholders. +See the discussion in +L<< DBD::Sybase/Using ? Placeholders & bind parameters to $sth->execute >> +for details on the pros and cons of using placeholders with this particular +driver. One advantage of not using placeholders is that C