Changeset 1838 for trunk


Ignore:
Timestamp:
09/02/16 12:17:57 (8 years ago)
Author:
nanardon
Message:

Ensure pg utf8 behavior is unchanged if no_pg_utf8 is unset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql.pm

    r1835 r1838  
    8787                PrintWarn => 1, 
    8888                PrintError => 1, 
    89                 pg_enable_utf8 => ($self->config('no_pg_utf8') ? 0 : 1), 
     89                ($self->config('no_pg_utf8') ? (pg_enable_utf8 => 0) : ()), 
    9090            } 
    9191        ) or do { 
Note: See TracChangeset for help on using the changeset viewer.