mirror of
https://github.com/google/nomulus
synced 2026-04-22 01:00:44 +00:00
* Fix empty Domain nameserver loads Domains with no nameservers were being loaded from SQL as an empty set instead of null as they should be. Discovered this will trying to test updates, so added a test for updates in the course of it.