We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ODC432
any version
The issue of archiving failure due to inconsistent field order between source and target in OBMySQL mode has been fixed
。
source
CREATE TABLE `p_1` ( `col1` int(11) NOT NULL AUTO_INCREMENT, `col2` decimal(10,2) DEFAULT NULL, `col3` decimal(10,2) DEFAULT NULL, `col4` bit(8) DEFAULT NULL, PRIMARY KEY (`col1`) )
CREATE TABLE `p_1` ( `col1` int(11) NOT NULL AUTO_INCREMENT, `col3` decimal(10,2) DEFAULT NULL, `col2` decimal(10,2) DEFAULT NULL, `col4` bit(8) DEFAULT NULL, PRIMARY KEY (`col1`) )
No response
The text was updated successfully, but these errors were encountered:
guowl3
No branches or pull requests
ODC version
ODC432
OB version
any version
What happened?
The issue of archiving failure due to inconsistent field order between source and target in OBMySQL mode has been fixed
What did you expect to happen?
。
How can we reproduce it (as minimally and precisely as possible)?
source
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: