Updated on 2025-06-30 GMT+08:00

Drivers

In GaussDB, when the PBE driver parameters are set in text mode, if the compatibility parameter m_format_behavior_compat_options does not contain the disable_zero_chars_conversion option, the server replaces the \0 character in the parameter with a space, which is different from MySQL. If the compatibility parameter m_format_behavior_compat_options contains the disable_zero_chars_conversion option, the character \0 cannot be converted to a space, which is the same as MySQL.