X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSQLite.pm;h=d096d802acaaacbb114d2f3ff5955a208077c039;hb=09cedb88933d7210c4af1b6bed5639bad24ea4c9;hp=f7977bb577f4b309023382763e17b4ed9eef1995;hpb=5b71a733e3a566267b423c030d705c43e19dc43d;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index f7977bb..d096d80 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -10,6 +10,8 @@ use POSIX 'strftime'; use File::Copy; use File::Spec; +__PACKAGE__->sql_maker_class('DBIx::Class::SQLAHacks::SQLite'); + sub backup { my ($self, $dir) = @_;