You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give RowsEvent a method to inspect the underlying event type. (#1016)
* Give `RowsEvent` methods to inspect the underlying event type.
It's currently impossible to figure out what kind of operation led to a
`RowsEvent`; multiple results indicate an `UPDATE`, but there's no way to
differentiate an `INSERT` from a `DELETE`.
* Rework individual methods for `INSERT`/`UPDATE`/`DELETE` into a single public RowsEvent type.
* Nit: clarify difference between private an public `RowsEvent` types.
* List event type information on dumps for `RowsEvent`.
* Verify `RowsEvent` type handling within `TransactionPayloadEvent` decoded event tests.
0 commit comments