Closed alancai98 closed 2 years ago
(following comment ported to a separate file. see partiql-lang-kotlin-omitted-tests.md)
From SqlParserTests.kt
, will not currently import the following tests:
date_add
and date_diff
(special syntax) -- not defined in spec or SQL92 spec
ORDER BY
tests testing defaults for sort spec and null spec -- dependent on when parsed ast checking is added to assertions
LET
clause parsing -- not defined in spec yet (though there is a PR open for it: https://github.com/partiql/partiql-spec/pull/21)
EXEC
clause parsing -- not defined in spec yet
NOT
regression test -- not really a parse conformance test... more so a performance test
All the partiql-lang-kotlin
tests have been ported to the partiql-tests
suite following merge of #14.
Port tests from
partiql-lang-kotlin
: