-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
bugfix: After 1.6.0, auto-increment of pgsql/oracle pk columns are no longer supported #5294
Conversation
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
58b3c9b
to
70a0f54
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #5294 +/- ##
============================================
+ Coverage 48.46% 48.49% +0.02%
- Complexity 4170 4188 +18
============================================
Files 764 764
Lines 26844 26880 +36
Branches 3345 3357 +12
============================================
+ Hits 13010 13035 +25
- Misses 12447 12457 +10
- Partials 1387 1388 +1
|
Ⅰ. Describe what this PR did
#5287 #5288 合并到2.x
Ⅱ. 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