[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5687) Extract SQL keywords from DatabaseMetaData

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Mar 4 14:05:08 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-5687:
--------------------------------

    Assignee: Steve Ebersole

> Extract SQL keywords from DatabaseMetaData
> ------------------------------------------
>
>                 Key: HHH-5687
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5687
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 4.0.0.Alpha1
>
>
> {{java.sql.DatabaseMetaData.html#getSQLKeywords}} is defined to return the (comma separated list of) keywords for the given database above-and-beyond the set of standard (SQL 2003) keywords.  We should leverage this information while we build the JbdcServices to build out a fuller picture of database keywords to allow Dialect developers a choice between defining keywords themselves versus utilizing the extracted information.
> This would become part of the {{org.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaData}}.
> The list of SQL 2003 keywords can be found at http://savage.net.au/SQL/sql-2003-2.bnf.html#xref-keywords

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