zio-quill
zio-quill copied to clipboard
DistinctOn column uses wrong name
This template isn't a strict requirement to open issues, but please try to provide as much information as possible.
Version: Latest Module: quill-jasync-postgres Database: PostgresQL
Expected behavior
It will generate the correct query with userId
rather thanuser_id
Actual behavior
It generates user_id
rather than userId
Steps to reproduce the behavior
https://scastie.scala-lang.org/GlPGHUSmQmW1ybqvMwAnww
Workaround
N/A
@getquill/maintainers