zio / zio-quill

Compile-time Language Integrated Queries for Scala

Home Page:https://zio.dev/zio-quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query: `contains` doesn't compiles

pandemorra opened this issue · comments

Hi!
Have some issue with query, maybe there is solution or workaround?

Version: 4.6.1
Module: quill-jdbc-zio_2.13
Database: postgres

Expected behavior

All ok

Actual behavior

Query compilation failed. Malformed or unsupported construct: ?.contains(i.id).

Steps to reproduce the behavior

https://scastie.scala-lang.org/pandemorra/ePGcWPXpRx26G9gKXwzJhg/8

https://scastie.scala-lang.org/pandemorra/ePGcWPXpRx26G9gKXwzJhg/3

@getquill/maintainers

@guizmaii
That solves all!
I will read docs more carefully :)