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.
FB4 already contains functions to transform binary strings to base64 format. That's useful functions but our clients also need hex form. They are building (using firebird stored procedures) various messages in XML and JSON formats which requires hex (not base64) representation of binary data (keys, hashes, etc.). It's highly desired to add such functions to FB4.
Explicit function is fine, but Oracle, for example, does such conversion automatically on cast (both explicit and implicit) of binary data to string and vice versa.
Submitted by: @alexeykovyazin
FB4 already contains functions to transform binary strings to base64 format. That's useful functions but our clients also need hex form. They are building (using firebird stored procedures) various messages in XML and JSON formats which requires hex (not base64) representation of binary data (keys, hashes, etc.). It's highly desired to add such functions to FB4.
Commits: 5cbd2aa
The text was updated successfully, but these errors were encountered: