You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important (for big-endian servers):
It has been discovered that before Firebird 2.5.2, CHAR_TO_UUID and UUID_TO_CHAR works
incorrectly in big-endian servers. In these machines, bytes/characters are swapped and goes in
wrong positions when converting. This bug was fixed in 2.5.2 and 3.0, but that means these
functions now returns different values (for the same input parameter) than before.
summary: CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures - inverted of CORE2898 => CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures - similar to CORE2898
summary: CHAR_TO_UUID and UUID_TO_CHAR works different in big/little endian architectures - similar to CORE2898 => CHAR_TO_UUID and UUID_TO_CHAR works different in big endian architectures - similar to CORE2898
Submitted by: @asfernandes
Value converted by UUID_TO_CHAR in little endian produce different result if used with CHAR_TO_UUID in big endian, and vice-versa.
Commits: b31f4d9 87d19fb e616957
The text was updated successfully, but these errors were encountered: