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