rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

use statement: MySQLEvents.STATEMENTS.ALL but event trig on ly type "DELETE" #38

Open thapakorn613 opened 3 years ago

thapakorn613 commented 3 years ago

i write nodejs for trigging "moodle.mdl_assign_submission.*" with "statement: MySQLEvents.STATEMENTS.ALL" but event trig only type: "DELETE"

image

INSERT and UPDATE there is none

enricodeleo commented 2 years ago

Did you found any solution? In my case it logs just UPDATE statements (no insert no delete). I am on MariaDB.