remove unsafe_insert
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Sybase / Microsoft_SQL_Server / NoBindVars.pm
index 16db6d1..4fc6f6d 100644 (file)
@@ -9,6 +9,12 @@ use base qw/
 /;
 use mro 'c3';
 
+sub new {
+  my $self = shift->next::method(@_);
+  $self->_rebless;
+  return $self;
+}
+
 sub _rebless {
   my $self = shift;