ReplaceInvalidDatesWithNull Parameter (Connect-MariaDB Cmdlet)
Determines whether or not to replace invalid dates with NULL.
Syntax
Connect-MariaDB -ReplaceInvalidDatesWithNull SwitchParameter
Data Type
bool
Default Value
false
Remarks
When this connection property is enabled, the cmdlet returns a NULL value for fields with invalid dates in query results.
If this connection property is disabled, the cmdlet throws an error when it encounters an invalid date.