The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::Storage::DBI::NoBindVars - Sometime DBDs have poor to no support for bind variables

SYNOPSIS

DESCRIPTION

This class allows queries to work when the DBD or underlying library does not support the usual ? placeholders, or at least doesn't support them very well, as is the case with DBD::Sybase

AUTHORS

Brandon Black <blblack@gmail.com> Trym Skaar <trym@tryms.no>

LICENSE

You may distribute this code under the same terms as Perl itself.