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

Bulk inserts using unnest #119

Open
DGCarramona opened this issue Mar 4, 2024 · 2 comments
Open

Bulk inserts using unnest #119

DGCarramona opened this issue Mar 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@DGCarramona
Copy link

Hello,
Given PostgreSQL has a limit of 65535 params in prepared queries, do you have any plans to implement something like described in this blog post ?
https://klotzandrew.com/blog/postgres-passing-65535-parameter-limit

@juanluispaz
Copy link
Owner

Hi!

I'm preparing version 2 of ts-SQL-query, and I want to address this kind of thing.

This point had been on my list for changes in the generated SQL.

Can you share any other related information, including for other databases? that will be useful.

@DGCarramona
Copy link
Author

Sorry, I work only with PostgreSQL, so I will not be able to provide information for other databases.
But if you have any question regarding this subject, I would be glad to provide all the help I can.

@juanluispaz juanluispaz added the enhancement New feature or request label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants