Hola! Getting FlinkConnection#prepareStatement is not supported yet ā¦
Any way to disable automatic creation of prepared statements in next.jdbc?
This might be controlled by a connection pool. For example, if you're using HickariCP, there is an option preparedStatementCacheQueries which you should set to zero
Thanks, Iām not using any pooling at the moment though this will be useful info going forward.
No, you cannot disable prepared statements in next.jdbc.
OK, thanks @seancorfield šš»