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

Support for Arrays of composite types with plain SQL #131

Closed
mlovretovich opened this issue Feb 17, 2015 · 4 comments
Closed

Support for Arrays of composite types with plain SQL #131

mlovretovich opened this issue Feb 17, 2015 · 4 comments

Comments

@mlovretovich
Copy link

I'm trying to pass an array of a composite row type into a function using plainSQL and get the following error: could not find implicit value for parameter pconv: scala.slick.jdbc.SetParameter

@tminglei
Copy link
Owner

Hi @mlovretovich, I have added some built-in support for composite array in Plain SQL.
But I'd better to make it more convenient.

I'll do it asap.

@tminglei
Copy link
Owner

Hi @mlovretovich, I have added plain SQL support for composite/array in f72aeb9.

@mlovretovich
Copy link
Author

works great @tminglei This is exactly what I needed.
Thanks!

@tminglei
Copy link
Owner

Hi @mlovretovich, I have released the changes in slick-pg v0.8.2.
Pls update your dependency to use it.

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