当我查询presto数据时,我的mybatis有一些问题
I have some problems with mybatis, when I query presto data
当我用mybatis查询presto数据时,
显示:
"com.facebook.presto.jdbc.NotImplementedException: Method Connection.prepareStatement is not yet implemented".
有人可以帮助我吗?
Presto JDBC 驱动程序支持准备好的语句已有一年多了。
您需要升级驱动程序。
您可以从 https://trino.io/download.html
获取最新版本
当我用mybatis查询presto数据时,
显示:
"com.facebook.presto.jdbc.NotImplementedException: Method Connection.prepareStatement is not yet implemented".
有人可以帮助我吗?
Presto JDBC 驱动程序支持准备好的语句已有一年多了。 您需要升级驱动程序。 您可以从 https://trino.io/download.html
获取最新版本