File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10221,19 +10221,19 @@ from typestable`,
1022110221
1022210222 // check that string timestamps preserve trailing 0s
1022310223 {
10224- Query : "select unix_timestamp('2001-02-03 12:34:56.10');" ,
10224+ Query : "select unix_timestamp('2001-02-03 12:34:56.10');" ,
1022510225 Expected : []sql.Row {
1022610226 {"981228896.10" },
1022710227 },
1022810228 },
1022910229 {
10230- Query : "select unix_timestamp('2001-02-03 12:34:56.000000');" ,
10230+ Query : "select unix_timestamp('2001-02-03 12:34:56.000000');" ,
1023110231 Expected : []sql.Row {
1023210232 {"981228896.000000" },
1023310233 },
1023410234 },
1023510235 {
10236- Query : "select unix_timestamp('2001-02-03 12:34:56.1234567');" ,
10236+ Query : "select unix_timestamp('2001-02-03 12:34:56.1234567');" ,
1023710237 Expected : []sql.Row {
1023810238 {"981228896.123457" },
1023910239 },
You can’t perform that action at this time.
0 commit comments