datastax / simulacron

Simulacron - An Apache Cassandra® Native Protocol Server Simulator
Apache License 2.0
32 stars 13 forks source link

fixes check statement match (issue #113) #114

Closed zdenotubel closed 3 years ago

zdenotubel commented 3 years ago

I have sync checkStatementMatch to be same when query is string or hashcode. One integration test was failing that I have changed to show that Batch Statement are always matched on positional values. I have also added specific StatementTest to cover more scenarios closer to the class.

adutra commented 3 years ago

Committed to master as 9bd6e4f. Thanks!