Skip to content

Commit

Permalink
fix types result
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Oct 29, 2024
1 parent 4252501 commit 216ba12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/sql/types.test
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ create secret test_secret (type gsheet, token '${TOKEN}');
query IIIIII
from 'https://docs.google.com/spreadsheets/d/11QdEasMWbETbFVxry-SsD8jVcdYIT1zBQszcF84MdE8/edit?gid=12288084#gid=12288084';
----
Text Integers Decimal Precision Boolean Date/Time Error
SELECT * FROM users; 1 0.0 TRUE 9/26/2016 0:00:00 #DIV/0!
"🦆" 456789876 -6152000.452 TRUE 9/26/2017 0:00:00 #NAME?
🦆 456789876 -6152000.452 TRUE 9/26/2017 0:00:00 #NAME?
DROP TABLE users; 123 1.123 FALSE 9/26/2017 12:00:00 #N/A
"SELECT * FROM tables WHERE name = 'DuckDB'" -129812490 119812123.0 FALSE 9/26/0100 0:00:00 #DIV/0!
Hello DuckDB 56 0.0 FALSE 10/28/2024 9:17:23 #REF!
SELECT * FROM tables WHERE name = 'DuckDB' -129812490 119812123.0 FALSE 9/26/0100 0:00:00 #DIV/0!
Hello DuckDB 56 0.0 FALSE 10/28/2024 9:17:23 #REF!

0 comments on commit 216ba12

Please sign in to comment.