Hi is it possible to have Room report when an Inse...
# room
t
Hi is it possible to have Room report when an Insert statement annotated with
@Insert(onConflict = OnConflictStrategy.REPLACE)
actually replaces an existing row? or do i have to do something "clever" myself?