OGR_F_VAL_ALLOW_NULL_WHEN_DEFAULT

Allow fields that are null when there's an associated default value. This can be used for drivers where the low-level layers will automatically set the field value to the associated default value. This flag only makes sense if OGR_F_VAL_NULL is set too. Used by OGR_F_Validate(). @since GDAL 2.0

extern (C)
enum OGR_F_VAL_ALLOW_NULL_WHEN_DEFAULT = 0x00000008;

Meta