ZeroDatesToNull Parameter (Connect-MariaDB Cmdlet)
Whether or not to return Date and DateTime values consisting of all zeros as NULL.
Syntax
Connect-MariaDB -ZeroDatesToNull SwitchParameter
Data Type
bool
Default Value
false
Remarks
Whether or not to return Date and DateTime values consisting of all zeros as NULL. A value of all zeros indicates an invalid Date or DateTime value in MariaDB. Retrieving such a value may cause parsing errors unless you set this property to True.