X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FSQLite.pm;h=251c97b1cc6334e6916ade5808721dc426862e83;hp=4787302678f656928b435f226c58ca838d6ea3a0;hb=c0ec0e22d3f0e3852c00daac5ef5763010b410c3;hpb=fd498bb0acde8fb312f841aaebc896ed19db59d1 diff --git a/lib/SQL/Translator/Parser/SQLite.pm b/lib/SQL/Translator/Parser/SQLite.pm index 4787302..251c97b 100644 --- a/lib/SQL/Translator/Parser/SQLite.pm +++ b/lib/SQL/Translator/Parser/SQLite.pm @@ -730,6 +730,7 @@ sub parse { database_events => $def->{'db_events'}, action => $def->{'action'}, on_table => $def->{'on_table'}, + scope => 'row', # SQLite only supports row triggers ); }