-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 update support #52
Comments
Hi, I will implement it (the values construction you showed me in your example) , just let me figure out a convenient way to do it |
… use in the query with a list of constant provided values #52
…"view" for use in the query with a list of constant provided values #52
…at allows to create a "view" for use in the query with a list of constant provided values #52
Implemented in ts-sql-query 1.41.0 already published. Implement this feature was challenging because corner cases, specially in PostgreSQL. Some documentation: Can you review it and let me know any feedback? |
This is great, thanks a lot. This will simplify a bunch of places where we are using raw sql now. |
Hello, hope you are doing well.
Is it possible to construct a bulk update query that does not need a temporary table (supported by postgres) :
The values construct is described here.
The text was updated successfully, but these errors were encountered: