Skip to content

Commit

Permalink
Add borked value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Sep 23, 2024
1 parent bf970d3 commit 3467527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified data/db/unix_timestamp.db
Binary file not shown.
5 changes: 5 additions & 0 deletions test/sql/storage/attach_unix_timestamp.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ SELECT * FROM s.timestamp_fractional
----
2024-09-23 08:06:20.5
2024-09-23 08:06:22.123456

statement error
SELECT * FROM s.timestamp_out_of_range
----
out of range

0 comments on commit 3467527

Please sign in to comment.