官方的Springbootdemo,测试查询语句,结果不对。
Bug Description 这是查询语句 <select id="testSelect" resultMap="BaseResultMap"> select tbname, last(*) from test.weather where tbname = 't1' 这条语句放在tdengine客户端直接执行是没问题的。 在官方spingbootdemo中执行,返回结果为空。没有改任何代码。
Expected Behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: win11,docker v28
- Memory, CPU, current Disk Space
- TDengine Version 3.3.6.3
Additional Context Add any other context about the problem here.
https://github.com/taosdata/TDengine/tree/main/docs/examples/JDBC/springbootdemo
请问 是这个吗
https://github.com/taosdata/TDengine/tree/main/docs/examples/JDBC/springbootdemo
请问 是这个吗
是的
能把代码截图和无数据反馈的图片截上来吗
您好我们需要了解一下具体信息,可以微信沟通一下吗:
a15652223354
@Chenchen123456789
为什么database存在,提示auth failure:Database not exist
在界面上操作SQL是能执行的
database不能是驼峰,不然会找不到, testDB 改成 test_db就可以使用 建议把这个提示修改,不然会存在误导