Skip to content

Commit

Permalink
[#736] Added comment about conflicting DBD::SQLite version dependency…
Browse files Browse the repository at this point in the history
… in MT::ObjectDriver::Driver::DBD::SQLite
  • Loading branch information
jayallen committed Feb 3, 2011
1 parent 7f496ab commit 68d8cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MT/ObjectDriver/Driver/DBD/SQLite.pm
Expand Up @@ -15,6 +15,9 @@ use DBI qw(:sql_types);

BEGIN {
eval "use DBD::SQLite 1.11;";
# Line 117 says:
# eval "use DBD::SQLite 1.14;";
# FIXME Perhaps these checks should be consolidated?
if ($@) {
*bind_param_attributes = sub {
my ( $dbd, $data_type ) = @_;
Expand Down

0 comments on commit 68d8cba

Please sign in to comment.