You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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'.
0 commit comments