Upgrading to latest CVS and noticed that a line
in "upgrades" specifies an incorrect number of characters
for the field in tzcodes. Fields "tz" and "dst_tz" are both
CHAR(4), and this line is attempting to add five
character entries to both of these fields.
These entries are truncated in the DB, which should not
be a problem unless someone attempts to refer to this
name and it is not stored as expected.
Low priority, but I figured that this is the best way to
bring it to someone's attention.
Patch attached (for illustration if nothing else).
upgrades.patch
Logged In: YES
user_id=3660
Jamie, if this is important, maybe you can fix? If not, I'll do it when
I return to work, so send it back to me.
Logged In: YES
user_id=3889
Good catch, thanks!