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
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。 文档 | FAQ
create table t1(id bigint primary key auto_increment, name varchar(50));
insert into t1 values (1, '123 456'),(2,'123 456');
select * from t1;
期待结果: 平台显示的结果与数据库里显示的一致 实际结果: 平台显示的结果与数据库里显示的不一致(多个空格会自动变成1个)
数据库结果 平台显示结果
无
应用版本/分支:v1.8.3
部署方式:Docker、手工部署 Docker
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
在提交 issue 前,请查阅以下资源,请先进行搜索来保证没有类似的 issue。
文档 | FAQ
重现步骤
期待结果和实际结果
期待结果:
平台显示的结果与数据库里显示的一致
实际结果:
平台显示的结果与数据库里显示的不一致(多个空格会自动变成1个)
截图
数据库结果
平台显示结果
错误日志
无
版本信息
应用版本/分支:v1.8.3
部署方式:Docker、手工部署
Docker
The text was updated successfully, but these errors were encountered: