-
Notifications
You must be signed in to change notification settings - Fork 101
lightning: fix id allocator base for double auto_increment field (#1178) #1186
lightning: fix id allocator base for double auto_increment field (#1178) #1186
Conversation
2fc9121
to
d2c948b
Compare
/run-integration-tests |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-integration-tests |
1 similar comment
/run-integration-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d2c948b
|
/run-all-tests |
/run-integration-tests |
…-pick-1178-to-release-5.0
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f8e79d0
|
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 0bb5b37
|
0bb5b37
to
5e6c35e
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 5e6c35e
|
This is an automated cherry-pick of #1178
What problem does this PR solve?
Fix the bug that lightning will got invalid auto_increment base if the corresponding auto_increment field is double/float.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note