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
v3.2.4
mysql表内数据按行复制为insert语句,生成的sql语句value全为null,如下
INSERT INTO `test` (`id`,`create_time`,`update_time`) VALUES (NULL,NULL,NULL);
The text was updated successfully, but these errors were encountered:
Fix Issue:CodePhiliaX#1490
d96bafb
30d25c6
Merge pull request #1500 from miahemu/unit-test
b965b9d
Fix Issue:#1490
No branches or pull requests
Chat2DB Version
v3.2.4
Describe the bug
mysql表内数据按行复制为insert语句,生成的sql语句value全为null,如下
The text was updated successfully, but these errors were encountered: