projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
05f7f61
)
silly warns.
Arthur Axel "fREW" Schmidt [Fri, 12 Jun 2009 15:34:13 +0000 (15:34 +0000)]
lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
index
832b1ed
..
544e68c
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
+++ b/
lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
@@
-12,7
+12,6
@@
sub insert_bulk {
COLUMNS:
foreach my $col (@{$cols}) {
if ($source->column_info($col)->{is_auto_increment}) {
- warn $col;
$identity_insert = 1;
last COLUMNS;
}