Query Paramater Binding should quote strings
--------------------------------------------
Key: HHH-6838
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6838
Project: Hibernate Core
Issue Type: Improvement
Affects Versions: 3.6.7
Reporter: Tom Burton
Priority: Trivial
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 end at [VARCHAR] - .
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira