zio / zio-quill

Compile-time Language Integrated Queries for Scala
https://zio.dev/zio-quill
Apache License 2.0
2.15k stars 348 forks source link

Additional random-generated query tests #20

Open fwbrasil opened 8 years ago

fwbrasil commented 8 years ago

The QueryGenerator is used by NormalizeSpec and SqlQuerySpec. It doesn't generate queries for all supported features.

lvicentesanchez commented 8 years ago

I will give it a try. I'm fairly familiar with scalacheck :)

fwbrasil commented 8 years ago

awesome! :)

fwbrasil commented 8 years ago

I've removed the 1.0 tag. We aren't having user reports of wrong query generation, so this has lower priority.

lvicentesanchez commented 8 years ago

I haven't hat time yet to work on this so far (new job and new flat at the same time is a recipe for disaster :D) but luckily I have a long easter break and I think I would be able to finally work on this ticket :) I will start porting existing code to scalacheck with no extra features. Then I will evaluate what scalacheck is buying us and the add the missing features.