r2dbc / r2dbc-spi

Service Provider Interface for R2DBC Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`DefaultParameter` does not implement `equals` and `hashCode` methods

mp911de opened this issue · comments

This makes it hard to use Parameters factory methods in unit tests for e.g. Mockito verification.