X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSQLite.pm;h=3bc3e2bfe02a098866ae2141e981f1e9030c4280;hb=6a247f3368100ac0557e33cc534bc8ad0ccb1175;hp=bffd13312a5961b4cf4c320a1272aa97c66b49e3;hpb=e8fc51c7ae51c4b7b181967b3b1da12cc951c3f6;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index bffd133..3bc3e2b 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -11,6 +11,7 @@ use File::Copy; use File::Spec; __PACKAGE__->sql_maker_class('DBIx::Class::SQLAHacks::SQLite'); +__PACKAGE__->sql_limit_dialect ('LimitOffset'); sub backup {