-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Fehler beim Mapping von boolean Attributen mit MySQL
PostPosted: Thu Sep 04, 2008 3:09 pm 
Newbie

Joined: Thu Sep 04, 2008 2:41 pm
Posts: 2
Folgende JPA-Klasse
Quote:
@Entity
@Table(name = "First")
public class First {

/**
* Interner PrimaryKey zur Verwaltung.
* -1 nicht gesetzt.
*/
@Id @GeneratedValue
@Column(name = "id")
private long id = -1;
@Column(name = "isGruppe", nullable=false)
private boolean gruppe = false;
.....
}


erzeugt beim Zugriff einen SQL-Fehler "Data too long for column 'isGruppe' at row 1".
Die Datenbankspalte ist in MySQL als 'Bit' eingetragen.
Wird hibernate.hbm2ddl.auto="validate" gesetzt wird kein Fehler gemeldet.
Wird hibernate.hbm2ddl.auto="create" gesetzt wird in der Tabelle isGruppe auch als typ bit angelegt.

IMHO ist dass kein Mapping Fehler. Hat jemand ähnliche Probleme oder ist das bei anderen DB's nicht vorhanden?


Top
 Profile  
 
 Post subject: JIRA Fehler Eintrag gefunden
PostPosted: Fri Sep 05, 2008 2:48 am 
Newbie

Joined: Thu Sep 04, 2008 2:41 pm
Posts: 2
Im JIRA ist der Bug unter anderen Umständen bereits reported:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-729


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.