X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FMicrosoft_SQL_Server.pm;h=f458b9162c49d9fe3d645edbe4fe0d6cb0f37aff;hb=7e8cecc15add55966fd4df8810141d417d333ddd;hp=2c49ea121b90fd884067621121c593d65d4227bb;hpb=d391697fe7c352fc4c868532a74e956d3618ecbe;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm index 2c49ea1..f458b91 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm @@ -28,6 +28,9 @@ into the SQL query itself, without using bind placeholders. More importantly this means that caching of prepared statements is explicitly disabled, as the interpolation renders it useless. +The actual driver code for MSSQL is in +L. + =head1 AUTHORS Brandon L Black