Is there a different kind of 'prepared' statements that we should be using in the driver to get logging to work properly? What is the 'new' protocol?
The 8.0.2 jdbc driver uses real prepared statements instead of faked ones. The problem is the new protocol (that the 8.0.2 driver users) has a bug where protocol-prepared queries don't get logged properly.
I don't know if it's been fixed... Chris ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend