[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3343) Postgres Plus Dialect

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Oct 8 00:49:05 EDT 2008


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

Steve Ebersole commented on HHH-3343:
-------------------------------------

I need your approval to apply the standard Hibernate header to the dialect file before I can commit this:

/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
 * indicated by the @author tags or express copyright attribution
 * statements applied by the authors.  All third-party contributions are
 * distributed under license by Red Hat Middleware LLC.
 *
 * This copyrighted material is made available to anyone wishing to use, modify,
 * copy, or redistribute it subject to the terms and conditions of the GNU
 * Lesser General Public License, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
 * for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this distribution; if not, write to:
 * Free Software Foundation, Inc.
 * 51 Franklin Street, Fifth Floor
 * Boston, MA  02110-1301  USA
 *
 */

I then also changed the class javadocs to:

/**
 * An SQL dialect for Postgres Plus
 *
 * @author Jim Mlodgenski
 */

in order to catch the "indicated by the @author tags" clause

> Postgres Plus Dialect
> ---------------------
>
>                 Key: HHH-3343
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3343
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>            Reporter: Jim Mlodgenski
>            Assignee: Steve Ebersole
>             Fix For: 3.3.x
>
>         Attachments: postgresplus.patch
>
>
> Postgres Plus Advanced Server is an extension to PostgreSQL with added Oracle compatibility. Attached is a patch that implements a Postgres Plus Dialect with the Oracle compatible functions supported in Advanced Server matching the existing registered functions in the Oracle Dialect. 

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