zio / zio-sql

Type-safe, composable SQL for ZIO applications
https://zio.dev/zio-sql/
Apache License 2.0
236 stars 116 forks source link

Rendering of the 'Position' function is wrong #601

Open jczuchnowski opened 2 years ago

jczuchnowski commented 2 years ago

The SQL signature is

position(substring in string)

and we're rendering the parameters separated by a colon.

jczuchnowski commented 2 years ago

Similar problem to https://github.com/zio/zio-sql/issues/208