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