2

As per the title. The article here doesnt help. Tried to go Session->Session Setting->Database Settings->JDBC, tick all available tick boxes, but I still get unpopulated query in my JDBC events view.

enter image description here

bungrudi
  • 1,417
  • 1
  • 17
  • 24

1 Answers1

3

The query parameters are appended at the end of the SQL statement in square brackets in a map-like syntax, you can see that in your screenshot: [1: ..., 2: ..., 3:...].

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102