skinny-framework / skinny-framework

:monorail: "Scala on Rails" - A full-stack web app framework for rapid development in Scala

Home Page:https://skinny-framework.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unwanted extra SQL place holder

daoanhthanh opened this issue · comments

I'm using skinny to work with PostgreSQL. And I got this error when I try to query a column (jsonb type that contains array of string).
image

image

Do you have any diagnostic or idea about that?

Hi, thanks for writing in! Skinny ORM does not support postgres's jsonb syntax out-of-the-box. You may be able to find a reasonable workaround by using SQL interpolation in a bit more primitive way. However, I myself do not have any suggestions at this moment.