go-sqlmock
go-sqlmock copied to clipboard
fix bug/285 parallel
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.
@JessieAMorris Any updates on this PR? https://github.com/DATA-DOG/go-sqlmock/pull/320 seems to be a duplication?