Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted extra SQL place holder #439

Open
daoanhthanh opened this issue Jun 5, 2022 · 1 comment
Open

Unwanted extra SQL place holder #439

daoanhthanh opened this issue Jun 5, 2022 · 1 comment

Comments

@daoanhthanh
Copy link

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?

@seratch
Copy link
Member

seratch commented Jun 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants