Changes between Version 1 and Version 2 of Ticket #1754
- Timestamp:
- May 13, 2013, 3:28:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1754 – Description
v1 v2 3 3 The reason is that several numerical column types in Hibernate are subclasses of the `VersionType` class. 4 4 5 A simple test case is to create an Array design and then change the "Arrays / slide" value. A new UPDATE entry is logged but there is no information in the "Change info" column. 6 5 7 See also #1753 for more info.