projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0d1207e
)
make sure DBD::Oracle is loaded when using constants from it
Rafael Kitover [Thu, 30 Jul 2009 16:04:47 +0000 (16:04 +0000)]
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
index
a9da2c7
..
1593978
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
@@
-231,6
+231,7
@@
table with more than one LOB column.
sub source_bind_attributes
{
+ require DBD::Oracle;
my $self = shift;
my($source) = @_;