From: Rafael Kitover Date: Thu, 23 Jul 2009 12:35:53 +0000 (+0000) Subject: doc tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22b3249c9302ea7c7a9cb5c9fb6ecd6f18caba8a;p=dbsrgits%2FDBIx-Class-Historic.git doc tweak --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm index bf8224d..4424bc1 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm @@ -75,6 +75,8 @@ To see if you are using FreeTDS, run: perl -MDBI -le 'my $dbh = DBI->connect($dsn, $user, $pass); print $dbh->{syb_oc_version}' +You will get a warning on startup if you're using FreeTDS in any case. + You can also enable this driver explicitly using: my $schema = SchemaClass->clone;