-->
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.  [ 1 post ] 
Author Message
 Post subject: NHIBERNATE ID Field Name BUG ???
PostPosted: Fri Nov 17, 2006 7:04 am 
Newbie

Joined: Fri Nov 17, 2006 6:55 am
Posts: 3
my nhibernate program works fine, but if i change this line:
Code:
    <id name="CodigoDaCidade" column="Códigodacidade" >


by this:

Code:
    <id name="CodigoDaCidade" column="[Códigodacidade]" >


it causes a crash:

Detalhes da Exceção: System.IndexOutOfRangeException: [Códigoda1_]


the error occur in this line:

Code:
return query.List();


this problem only occur with Primary Key fields

it is a bug ?


sorry my poor english


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

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.