AlbertAguirre
Programmer
I prepared an insert statement into a postgres DB for a column that is an inet data type
I get the following error:
DBD:
g::st execute failed: ERROR: invalid input syntax for type inet: "NULL"
Why?
I know I can insert a null into an inet type.
I get the following error:
DBD:

Why?
I know I can insert a null into an inet type.