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)
committerroot <root@freeside-deb8-fs4>
Mon, 4 Mar 2019 01:22:39 +0000 (20:22 -0500)
commit83eb68cd59af488d57c23b653f44a7ae9aa4a753
treef18206308d4974491cb8a9bd232d82bf2ba6a2e4
parentf036b79d6c17055ba894aed3ea5fb877c1d1bc5a
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