RT# 82942 Add FS::DBI, to fix database connection encoding bug
authorMitch Jackson <mitch@freeside.biz>
Sun, 3 Mar 2019 21:35:25 +0000 (16:35 -0500)
committerMitch Jackson <mitch@freeside.biz>
Mon, 4 Mar 2019 00:53:31 +0000 (19:53 -0500)
commit50a717fa7328dfb36d8d3d6c30d616399cda771f
tree15cdccb2fbb44b294676626b8d8c7332246cb89a
parentc06c0fb20f33de42af60208e43e41d84f3df66ea
RT# 82942 Add FS::DBI, to fix database connection encoding bug

- Add FS::DBI
  - Drop-in replacement for DBI
  - Ensures client_encoding is set to UTF8 for DBD::Pg
- Implement FS::DBI in FS::UID, where nearly all freeside
  database connections are established
FS/FS/DBI.pm [new file with mode: 0644]
FS/FS/UID.pm