sql 2024-11-04

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 šŸ‘šŸ»