[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6278) quote all db identifiers

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Jun 1 01:39:25 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42445#action_42445 ] 

Steve Ebersole commented on HHH-6278:
-------------------------------------

{{delimited-identifiers}} in orm.xml applies only to the metadata defined in that orm.xml.  Not sure how this is structured currently in the annotation side of things, but in the hbm processing we keep various classes that represent the levels at which settings are in effect.

For sure, we need to account for "GLOBALLY_QUOTED_IDENTIFIERS" as part of {{org.hibernate.metamodel.Metadata.Options}}.  But there should be another class that represents the state associated with processing an orm.xml file, which is where {{delimited-identifiers}} should be handled (defaulting to the "GLOBALLY_QUOTED_IDENTIFIERS" value from {{org.hibernate.metamodel.Metadata.Options}}...)


> quote all db identifiers
> ------------------------
>
>                 Key: HHH-6278
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6278
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: metamodel
>            Reporter: Strong Liu
>
> there are two ways for users to apply this rule, one is the set "GLOBALLY_QUOTED_IDENTIFIERS" to true in hibernate properties, the other is "delimited-identifiers" property in orm.xml
> now i don't say any code in the new metamodel binding stuff take care of this quote thing

-- 
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