package SQL::Translator::Parser::SQLite;
# -------------------------------------------------------------------
-# $Id: SQLite.pm,v 1.8 2006-06-07 16:08:45 schiffbruechige Exp $
+# $Id: SQLite.pm,v 1.9 2006-06-08 21:02:19 schiffbruechige Exp $
# -------------------------------------------------------------------
# Copyright (C) 2002-4 SQLFairy Authors
#
use strict;
use vars qw[ $DEBUG $VERSION $GRAMMAR @EXPORT_OK ];
-$VERSION = sprintf "%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/;
$DEBUG = 0 unless defined $DEBUG;
use Data::Dumper;
instead_of => 0,
db_event => $item[6],
action => $item[9],
+ on_table => $table_name,
}
}
instead_of => 1,
db_event => $item[6],
action => $item[9],
+ on_table => $table_name,
}
}
perform_action_when => $def->{'when'},
database_event => $def->{'db_event'},
action => $def->{'action'},
+ on_table => $def->{'on_table'},
);
}