EmptyTimestampIsNull
Specifies whether the provider treats empty DATE, TIME, SECONDDATE, and TIMESTAMP values as null.
Data Type
bool
Default Value
true
Remarks
When set to true, the server inserts empty date and time values as empty strings, which are returned as null when queried.
When set to false, empty date and time values are preserved as empty strings instead of being converted to null.
This property is useful for maintaining consistent handling of missing or undefined temporal values in SAP HANA.