projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Sybase bindvar and IC::DT support
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
Storage
/
DBI
/
Sybase
/
NoBindVars.pm
1
package DBIx::Class::Storage::DBI::Sybase::NoBindVars;
2
3
use base qw/
4
DBIx::Class::Storage::DBI::NoBindVars
5
DBIx::Class::Storage::DBI::Sybase
6
/;
7
8
1;