Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
e02eef61
Commit
e02eef61
authored
Nov 04, 2011
by
Leo Gordon
Browse files
DBI with versions older than 1.6 are not supported
parent
4d42dc24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/eHive_install_usage.txt
docs/eHive_install_usage.txt
+1
-1
modules/Bio/EnsEMBL/Hive/DBSQL/BaseAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/BaseAdaptor.pm
+1
-0
No files found.
docs/eHive_install_usage.txt
View file @
e02eef61
...
...
@@ -15,7 +15,7 @@
see http://dev.mysql.com/downloads/
1.3. Perl DBI API
1.3. Perl DBI API
version 1.6 or higher
Perl database interface that includes API to MySQL
# see http://dbi.perl.org/
...
...
modules/Bio/EnsEMBL/Hive/DBSQL/BaseAdaptor.pm
View file @
e02eef61
...
...
@@ -2,6 +2,7 @@ package Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor;
use
strict
;
no
strict
'
refs
';
# needed to allow AUTOLOAD create new methods
use
DBI
1.6
;
# the 1.6 functionality is important for detecting autoincrement fields and other magic.
use
base
('
Bio::EnsEMBL::DBSQL::BaseAdaptor
');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment