File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -5135,24 +5135,24 @@ CREATE TABLE tab3 (
51355135 "SET time_zone = '+07:00';" ,
51365136 },
51375137 Assertions : []ScriptTestAssertion {
5138- {
5139- Query : "select unix_timestamp('2001-02-03 12:34:56.10');" ,
5140- Expected : []sql.Row {
5141- {"981178496.10" },
5142- },
5143- },
5144- {
5145- Query : "select unix_timestamp('2001-02-03 12:34:56.000000');" ,
5146- Expected : []sql.Row {
5147- {"981178496.000000" },
5148- },
5149- },
5150- {
5151- Query : "select unix_timestamp('2001-02-03 12:34:56.1234567');" ,
5152- Expected : []sql.Row {
5153- {"981178496.123457" },
5154- },
5155- },
5138+ {
5139+ Query : "select unix_timestamp('2001-02-03 12:34:56.10');" ,
5140+ Expected : []sql.Row {
5141+ {"981178496.10" },
5142+ },
5143+ },
5144+ {
5145+ Query : "select unix_timestamp('2001-02-03 12:34:56.000000');" ,
5146+ Expected : []sql.Row {
5147+ {"981178496.000000" },
5148+ },
5149+ },
5150+ {
5151+ Query : "select unix_timestamp('2001-02-03 12:34:56.1234567');" ,
5152+ Expected : []sql.Row {
5153+ {"981178496.123457" },
5154+ },
5155+ },
51565156 },
51575157 },
51585158
You can’t perform that action at this time.
0 commit comments