Consistent character/byte hygene allows RT to run with DBD::Pg 3.3.0
This does require a version dump of the DBIx::SearchBuilder dependency for PostgreSQL installs, as DBIx::SearchBuilder previous to that version manually forced the "UTF8" off on all bound values before executing statements. When the character/byte distinction has been intentionally made, manually (and unpredictably) applying an additional layer of UTF-8 encoding is incorrect.
Showing
Please register or sign in to comment