Skip to content

Test data for checking conformance to the PartiQL specification.

License

Notifications You must be signed in to change notification settings

partiql/partiql-tests

PartiQL Test Data

The partiql-tests-data folder contains language-neutral test data used to check conformance to the PartiQL specification.

Consumers of this repository must assume additional nested subfolders may be added, and should therefore recurse down from the desired folder, if appropriate.

The test data is partitioned into the following directories:

  • success - all tests in this directory should have a valid PartiQL statement that does not result in an error
  • fail - all tests in this directory should have a PartiQL statement that results in an error when run
  • eval - statements that can be evaluated and return the same result as the expected result
  • eval-equiv - define equivalent statements that evaluate to the same expected result

Subdirectories:

  • success/syntax - statements that have no syntactical problems
  • fail/syntax - statements that have at least one syntax problem
  • fail/static-analysis - statements that give an error at some stage between parsing and evaluation

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

About

Test data for checking conformance to the PartiQL specification.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published