partiql / partiql-tests

Test data for checking conformance to the PartiQL specification.
Apache License 2.0
7 stars 1 forks source link

Add other SQL-92 function and operator tests #44

Closed alancai98 closed 1 year ago

alancai98 commented 1 year ago

Adds other tests for SQL-92 specified functions and operators. builtins-sql.adoc from partiql-docs outlines some functions/operators missing from the reference implementation partiql-lang-kotlin. Included in this PR:

Also, some tests were ported from Postgres' multi-byte test repo to the partiql-tests-data-extended directory.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.