Title:
Bug 80357:When creating an application with dbcreate="dropcreate" and then making the following steps with an entity, the expected results in the database prodces a serious bug
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 10/14/2009
Components: ORM Support
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 259816
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
When creating an application with dbcreate="dropcreate" and then making the following steps with an entity, the expected results in the database prodces a serious bug.If you create a property like thisproperty name="createDate" ormtype="timestamp";The expected result is as it should be in the database. However make this changeproperty name="createDate: ormType="string";Then instead of dropping and creating a property in the DB with varchar 255, it creates it to the previous length. This is indicating that the database is in fact not being fully dropped in ht hibernate files it appears.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040301
External Customer Info:
External Company:
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 10/14/2009
Attachments:
Comments: