-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Bind array values in SQLx PostgreSQL driver #225
Conversation
Ah, so we still have to clone the values :( |
I can't think of a better way of doing it... given the defined |
It would be slightly better if we introduce a separate function that takes ownership of Values |
When binding the |
I think this will need to updated after merging #267 |
@billy1624 @tyt2y3 since #267 is merged. Can this be rebased and merged? |
Exciting! Glad to see array work progress. |
@billy1624 Do you need help with this PR? |
Is there anything blocking this PR from being merged? |
Apart from the merge conflict, I think we need to think of a less verbose approach at supporting this. |
maybe it is better to implement this in that form, and in future refactor it? |
I think sea-query-binder offers a better starting point than sea-query-driver, we should probably build on top of that |
Indeed I am in need of it so anything I can do to help let me know. |
Would you like to take on this? @Sytten |
Yeah will do |
Thanks! @Sytten |
PR Info