-->
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.  [ 4 posts ] 
Author Message
 Post subject: A bug in ImprovedNamingStrategy
PostPosted: Tue May 24, 2005 5:12 pm 
Newbie

Joined: Tue May 24, 2005 5:00 pm
Posts: 3
hbm2ddl generates wrong table/column names when
- ImprovedNamingStrategy is used
- upper case table/column is used with underscore symbol in mapping files

Hibernate version:
3.0

DDL example:
create table ban_k_account (
ban_k_accoun_t_id bigint not null,
accoun_t_number varchar(16) not null,
ban_k_name varchar(255) not null,
ban_k_swift varchar(15) not null,
primary key (ban_k_accoun_t_id)
)


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 24, 2005 8:45 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Create a JIRA entry please. Also add an example of the incorrect output and what you think would be correct.


Top
 Profile  
 
 Post subject: Rejected issue
PostPosted: Tue May 24, 2005 9:01 pm 
Newbie

Joined: Tue May 24, 2005 5:00 pm
Posts: 3
I found the same issue was already reported.
http://opensource.atlassian.com/project ... se/HHH-451
But why it was rejected?..


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 24, 2005 9:04 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Submit a patch, and I will consider it.

Otherwise I'm disinclined to fix it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.