Hello,
it seems that the onInsert table event is not fired for the log table (connection “log_server”).
Can this be fixed?
Thanks
Patrick
Hello,
it seems that the onInsert table event is not fired for the log table (connection “log_server”).
Can this be fixed?
Thanks
Patrick
table events wont be called for log table stuff.
Because logging is purely a serverside thing. The client just sends to the server i want to update or insert this row
Then on the server side we also insert log rows but the client doesnt do that.
So the insert table event will never work.