Firebird events support added. Now the users can listen for posted events by triggers and others.
Only for native client. The wire protocol is too complex to implement now.
Basically now we have wait_for_event method directly on the connection struct and a more complex solution with listen_event method from RemoteEventManager.
Firebird events support added. Now the users can listen for posted events by triggers and others.
Only for native client. The wire protocol is too complex to implement now.
Basically now we have
wait_for_event
method directly on the connection struct and a more complex solution withlisten_event
method fromRemoteEventManager
.