X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC%2FACCESS.pm;h=036c550dfdde784ed76f6449bffca3c4a097f18b;hb=6a247f3368100ac0557e33cc534bc8ad0ccb1175;hp=625498a51ffb00366ee5f47fadefe6755ba9c9af;hpb=e8fc51c7ae51c4b7b181967b3b1da12cc951c3f6;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm b/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm index 625498a..036c550 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm @@ -9,6 +9,8 @@ use DBI; my $ERR_MSG_START = __PACKAGE__ . ' failed: '; +__PACKAGE__->sql_limit_dialect ('Top'); + sub insert { my $self = shift; my ( $source, $to_insert ) = @_;