Revision history for SQL::Abstract
+ - Hide bulk inserts from DBIx::Class
+
revision 1.69 2010-10-22
----------------------------
- Add quotes for populated placeholders and make the background
my $string = shift;
my $bindargs = shift || [];
+ return if defined $bindargs && defined $bindargs->[0] &&
+ $bindargs->[0] eq q('__BULK_INSERT__');
+
my $use_placeholders = !!$self->_sqlat->fill_in_placeholders;
# DBIC pre-quotes bindargs