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

Fix postgresql's update write mode got error when update columns contains 'update' characters #1181

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

kingronjan
Copy link
Contributor

example:

{
    "writeMode": "update(id, updated_at)"
}

update columns will be processed as id,updated_at instead of id,d_at.

[bugfix][lib][rdbms] Only delete the first update to avoid affecting …
@wgzhao wgzhao merged commit be7dcce into wgzhao:master Nov 11, 2024
2 checks passed
@wgzhao
Copy link
Owner

wgzhao commented Nov 11, 2024

Thank your contribution to the project!

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.

2 participants