为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:V8.1.3.12-Build(2023.04.17-16823-)
【操作系统】:
【CPU】:
【问题描述】*:前两天刚下载的达梦8数据库安装包中拿出来的驱动包,datetime类型使用 java.time.LocalDateTime,但是提示dm.jdbc.driver.DMException: Not support this type。经过查看发现DmdbResultSet使用的LocalDateTime是dm.java.time.LocalDateTime且该类的方法均未实现(throw new RuntimeException("unsupport interface");),老的包没问题(V8.1.1.87-Build(2020.06.01-2691))
想问一下怎么解决的