go-sqlmock icon indicating copy to clipboard operation
go-sqlmock copied to clipboard

fix bug/285 parallel

Open rsanjayam1 opened this issue 2 years ago • 1 comments
trafficstars

added a fix in sqlmock Prepared stmt expectations building to avoid re-addition of same query to the common sqlmock expectation list. While executing mock prepare(), this will allow to consider already fulfilled query expectation in the expected match instead of throwing unexpected query error.

rsanjayam1 avatar Aug 16 '23 09:08 rsanjayam1

@JessieAMorris Any updates on this PR? https://github.com/DATA-DOG/go-sqlmock/pull/320 seems to be a duplication?

filikos avatar Oct 31 '23 19:10 filikos