[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5692) Invalid {h-schema} replacement in native sql queries

Greg Maczuga (JIRA) noreply at atlassian.com
Mon Oct 25 11:06:48 EDT 2010


Invalid {h-schema} replacement in native sql queries
----------------------------------------------------

                 Key: HHH-5692
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5692
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.5.3
            Reporter: Greg Maczuga


Native-sql placeholders for default schema and catalog i.e. {h-schema} replacement implemented in HHH-2576 have bug.

It doesn't replace {h-schema} in stored procedures calls due to embed brackets i.e. "{ ? = call {h-schema}manager.check(:userId)}" do NOT get replaced correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list