Message:
The following issue has been closed.
Resolver: Gavin King
Date: Wed, 16 Jul 2003 9:39 AM
This is already fixed in the CVS version, by a change to Table.java, I thin=
k. Please test the current CVS and if there is still a problem, reopen this=
issue.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?=
key=3DHB-199
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-199
Summary: Problem with add column
Type: Bug
Status: Closed
Priority: Major
Resolution: DUPLICATE
Project: Hibernate2
Versions:
2.0.1
Assignee:=20
Reporter: Henrique Marcos Garcia
Created: Wed, 16 Jul 2003 8:44 AM
Updated: Wed, 16 Jul 2003 9:39 AM
Description:
We found a possible error at line 48 in class
net.sf.hibernate.dialect.MySQLDialect. we think it should return
"add column "(with space after column) instead of returning "add
column"(without space);
For exemple:
I'm trying to add a column called name, but hibernate creates a column
named "columnname" because there=C2=B4s no whitespace.
This is applied to almost all classes in package net.sf.hibernate.dialect
Henrique Garcia /Leonardo Marques=20
Bras=C3=ADlia - DF - Brazil
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|