[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6838) Query Paramater Binding should quote strings

Tom Burton (JIRA) noreply at atlassian.com
Mon Nov 21 20:51:21 EST 2011


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

        


More information about the hibernate-issues mailing list