Skip to content

Commit

Permalink
Add placeholders for features we don't have yet
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Oct 17, 2023
1 parent dd3c70a commit 0c01a7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/sql/pending/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# "Pending" tests

There are no actual tests in this directory. Mostly, this is because we _know_
these features won't work on other databases without a major effort. These
"tests" just print an estimate of how hard each feature will be.
2 changes: 2 additions & 0 deletions tests/sql/pending/date_functions.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- pending: snowflake Lots of work but low risk.
-- pending: sqlite3 Lots of work but low risk.
2 changes: 2 additions & 0 deletions tests/sql/pending/structs.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- pending: snowflake Need to emulate using OBJECT. May be challenging.
-- pending: sqlite3 Need to build structs from scratch.

0 comments on commit 0c01a7b

Please sign in to comment.