Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix][lib][rdbms] Fix issue that column names containing 'update' …
…are replaced When writing to PostgreSQL using the `ON CONFLICT` statement, columns with names that include the string 'update' were being incorrectly replaced with an empty string. This commit addresses the issue by ensuring that column names are properly handled, even if they contain the substring 'update'.
- Loading branch information