Tom Burton commented on an issue
Hibernate ORM / Improvement HHH-6838
PreparedStatement paramater binding should delineate bind value
In debugging an issue with a query not working properly on my DB server I enabled Logging to see the generated SQL queries and the parameters that get bound to them. For the most part the logging display is nice and easy to read. I like how the <null> signifies a null value. However I also have some values that are empty string so the line just appears to...