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

Steve Ebersole (JIRA) noreply at atlassian.com
Sat Oct 23 08:57:47 EDT 2010


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