[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4734) desc name column

Gail Badner (JIRA) noreply at atlassian.com
Wed Apr 28 14:12:28 EDT 2010


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

Gail Badner resolved HHH-4734.
------------------------------

      Assignee: Gail Badner
    Resolution: Duplicate

> desc name column
> ----------------
>
>                 Key: HHH-4734
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4734
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0-Beta-2
>         Environment: hibernate 3.5.0-beta2 and PostgreSQL 8.3
>            Reporter: RAFAL MICHALAK
>            Assignee: Gail Badner
>
> When use Entity with String desc name column, I got read error (PostgreSQL)
> @Entity
> @Table(name="test")
> class test {
>   @Id
>   private int id;
>   private String desc;
> ....

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