Hi
I am working on bug in my Database library which use LibPQ internally.I see following behavior which looks strange to me :
For postgreSql Datatype DATE
it returns true if its empty in DB
For postgreSql Datatype TIME
it return true if its empty in DB
But for VARCHAR,SMALLINT..it return false even they were empty in DB.
PS. I have not check for other data types yet