Closed pdobacz closed 2 years ago
Sibling of https://github.com/diffix/pg_diffix/pull/437.
The nullif has been added without support for Value.List, which works in PostgreSQL. I started doing so, but realized, that validating the correct types (which PostgreSQL does) for lists is going to be pretty big and not worth it.
nullif
Value.List
Sibling of https://github.com/diffix/pg_diffix/pull/437.
The
nullif
has been added without support forValue.List
, which works in PostgreSQL. I started doing so, but realized, that validating the correct types (which PostgreSQL does) for lists is going to be pretty big and not worth it.