More tests for 5.7 fixed

This commit is contained in:
Carlos Salguero
2017-04-28 17:15:53 -03:00
parent fcd1cb173f
commit e6e54839bf
14 changed files with 67 additions and 45 deletions

View File

@@ -1,31 +1,31 @@
$rows = [
[
'1',
1,
'a',
'2013-01-01 00:00:01'
],
[
'2',
2,
'b',
'2013-01-01 00:00:02'
],
[
'3',
3,
'c',
'2013-01-01 00:00:03'
],
[
'4',
4,
'd',
'2013-01-01 00:00:04'
],
[
'5',
5,
'e',
'2013-01-01 00:00:05'
],
[
'6',
6,
'f',
'2013-01-01 00:00:06'
]