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

RAFAL MICHALAK (JIRA) noreply at atlassian.com
Wed Dec 23 04:57:29 EST 2009


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


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