Skip to content

Conversation

@Vypolor
Copy link

@Vypolor Vypolor commented Oct 27, 2025

This PR adds a new argument to the From method in the UpdateBuilder structure in Squirrel.
Currently, using the UPDATE ... FROM ... VALUES construction is only possible by manually appending SQL fragments with the Suffix method. This approach breaks the builder pattern and forces developers to continue the query construction using Suffix instead of other squirrel methods.

With this change, developers will be able to use the From method directly in UpdateBuilder, allowing full query composition through the standard Squirrel API.

@Vypolor Vypolor force-pushed the feat/update_from_values branch from fd9db22 to b207c84 Compare October 27, 2025 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant