diffix / reference

Reference implementation for the Open Diffix anonymization mechanism.
https://www.open-diffix.org
Other
3 stars 0 forks source link

Fix avg/avg_noise when anonymized count is 0 #384

Closed pdobacz closed 2 years ago

pdobacz commented 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.