-
Notifications
You must be signed in to change notification settings - Fork 8.9k
feature: support kingbase #6876
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
Conversation
funky-eyes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
测试用例要添加一些
Test cases to add some
| @Override | ||
| @Deprecated | ||
| public List<Object> getPkValuesByDefault() throws SQLException { | ||
| // current version 1.2 only support postgresql. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // current version 1.2 only support postgresql. |
| */ | ||
| @Override | ||
| public List<Object> getPkValuesByDefault(String pkKey) throws SQLException { | ||
| // current version 1.2 only support postgresql. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // current version 1.2 only support postgresql. |
| /** | ||
| * The type kingbase keyword checker. | ||
| * | ||
| * @author yougecn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @author yougecn |
| /** | ||
| * The type Postgresql insert executor. | ||
| * | ||
| * @author yougecn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...org/apache/seata/rm/datasource/sql/druid/kingbase/KingbaseSelectForUpdateRecognizerTest.java
Outdated
Show resolved
Hide resolved
...est/java/org/apache/seata/rm/datasource/sql/druid/kingbase/KingbaseUpdateRecognizerTest.java
Outdated
Show resolved
Hide resolved
funky-eyes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
人大金仓 kingbase适配
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews