NICMx / rdap-sql-provider

Red Dog’s reference (SQL-based) data access implementation.

Home Page:https://www.reddog.mx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ip_network columns that shouldn't be nullable are nullable

TheRedTrainer opened this issue · comments

ine_start_address_down and ine_end_address_down columns from ip_network are currently nullable values. However, these columns shouldn't allow null values because they contain critical data for ip network such as ip address (at least the last octets/segments).

Verified. The columns were changed from "nullable" to "not nullable".

Closing, fixed in Red Dog v1.2