Skip to content

Commit

Permalink
Fix QUERY-TIME test for current nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jan 9, 2025
1 parent 6355103 commit 8cedbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
", extract('hour' FROM t.time) AS hour "
", extract('minute' FROM t.time) AS minute "
", extract('microsecond' FROM t.time) AS microsecond "
"FROM (SELECT current_time AS time) AS t")
"FROM (SELECT current_time::time AS time) AS t")
nil
(d hour minute microsecond)
(local-time-duration:duration=
Expand Down

0 comments on commit 8cedbe8

Please sign in to comment.