projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fff4fe5
)
remove vestigial dwarn
Matt S Trout [Mon, 7 Oct 2013 11:40:24 +0000 (11:40 +0000)]
lib/DBIx/Class/SQLMaker/Converter/Oracle.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm
b/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm
index
f3791ca
..
2c8bf4c
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker/Converter/Oracle.pm
+++ b/
lib/DBIx/Class/SQLMaker/Converter/Oracle.pm
@@
-39,7
+39,6
@@
around _insert_to_dq => sub {
map {
my $r_dq = $dq->{returning}[$_];
no warnings 'once';
-::Dwarn($r_dq);
local $SQL::Abstract::Converter::Cur_Col_Meta = (
is_Identifier($r_dq)
? join('.', @{$r_dq->{elements}})