MXS-2265: Extend datatype test case
Added zero date testing.
This commit is contained in:
@ -107,6 +107,7 @@ static const char* datetime_types[] =
|
|||||||
static const char* datetime_values[] =
|
static const char* datetime_values[] =
|
||||||
{
|
{
|
||||||
"'2018-01-01 11:11:11'",
|
"'2018-01-01 11:11:11'",
|
||||||
|
"'0-00-00 00:00:00'",
|
||||||
"NULL",
|
"NULL",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
@ -120,6 +121,7 @@ static const char* date_types[] =
|
|||||||
static const char* date_values[] =
|
static const char* date_values[] =
|
||||||
{
|
{
|
||||||
"'2018-01-01'",
|
"'2018-01-01'",
|
||||||
|
"'0-00-00'",
|
||||||
"NULL",
|
"NULL",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user