Spinoco / fs2-cassandra

Asynchronous, fully functional Cassandra driver implemented in fs2
https://spinoco.github.io/fs2-cassandra/
MIT License
18 stars 8 forks source link

Allow filtering bug fix #24

Closed gvolpe closed 5 years ago

gvolpe commented 5 years ago

As reported on the Gitter channel the generated CQL query when using allowFiltering is incorrect.

This PR fixes it.

AdamChlupacek commented 5 years ago

Great catch, thank you!