gustafn
committed
on 08 Nov 18
PostgreSQL compatibility fix: Newer versions of PostgreSQL return default values with
type casts (e.g. 'en_US'::character varying). These ha… Show more
PostgreSQL compatibility fix: Newer versions of PostgreSQL return default values with

type casts (e.g. 'en_US'::character varying). These have to be removed before

comparing with plain values.

Show less