projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ed70dcb
)
doc tweak
Rafael Kitover [Thu, 23 Jul 2009 12:35:53 +0000 (12:35 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/NoBindVars.pm
index
bf8224d
..
4424bc1
100644
(file)
--- 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;