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

INSERT操作针对忽略表配置不生效的修复,同时将部分常量的写法修改为内置方法和参数。 #5926

Closed
wants to merge 1 commit into from

Conversation

GeorgeAnson
Copy link
Contributor

该Pull Request关联的Issue

#5925

修改描述

1.processInsert方法添加对ignoredTableColumns对象值的判断内容;
2.修改了部分常量的使用,人INSERT、UPDATE等参数框架内部自带的。
eg.result.setOperation("update"); -> result.setOperation(SqlCommandType.UPDATE.name());
同理在setProperties方法中,将IGNORED_TABLE_COLUMN_PROPERTIES用上。

测试用例

修复效果的截屏

@nieqiurong
Copy link
Contributor

代码已经有改动了,试试最新版的快照看有无此问题。

@nieqiurong nieqiurong closed this May 14, 2024
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.

None yet

2 participants