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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
select * from dbname.tablename; 表名前加库名会报空指针。原生jdbcTemplate正常运行。 版本是1.3.1,在后续版本已修复请忽略。 若没修复建议进行修复,保持与原生jdbcTemplate的无缝切换。
The text was updated successfully, but these errors were encountered:
sjdbc的dbname代表的是shardingrule中配置的datasourcerule名字,也就是那个map映射的名字。并不是数据库schema的名字。 另外,这个地方的bug在于对于这种错误提示不友好,并应该抛出空指针异常,而是应该抛出更有意义的异常。
Sorry, something went wrong.
Fix #212 prompts for missing data source rule
5d599c4
f301fdc
No branches or pull requests
select * from dbname.tablename;
表名前加库名会报空指针。原生jdbcTemplate正常运行。
版本是1.3.1,在后续版本已修复请忽略。
若没修复建议进行修复,保持与原生jdbcTemplate的无缝切换。
The text was updated successfully, but these errors were encountered: