Changes between Initial Version and Version 4 of Ticket #3
- Timestamp:
- Feb 6, 2006, 12:24:14 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3
- Property Component web → install
- Property Owner changed from to
- Property Status new → reopened
- Property Summary Install doesn't create indexes → Update doesn't create indexes
- Property Version alpha5
-
Ticket #3 – Description
initial v4 1 Installation program doesn't create all indexes that we have specfied. Only indexes on columns that must have unique values are created. This is due to a bug in the SchemaUpdate class in Hibernate:1 When using the update option for the installation program (updatedb.sh) indexes aren't created. Only indexes on columns that must have unique values are created. This is due to a bug in the SchemaUpdate class in Hibernate: 2 2 http://forum.hibernate.org/viewtopic.php?t=939655 3 3 http://opensource2.atlassian.com/projects/hibernate/browse/HB-1458