sql

2024-11-04T15:46:39.825449Z

Hola! Getting FlinkConnection#prepareStatement is not supported yet … Any way to disable automatic creation of prepared statements in next.jdbc?

igrishaev 2024-11-04T15:49:10.472229Z

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

2024-11-04T15:51:44.982559Z

Thanks, I’m not using any pooling at the moment though this will be useful info going forward.

seancorfield 2024-11-04T16:56:04.292029Z

No, you cannot disable prepared statements in next.jdbc.

2024-11-04T17:18:54.079929Z

OK, thanks @seancorfield šŸ‘šŸ»