sclera-sqltests-parser

SQL Tests Parser

License

License

GroupId

GroupId

com.scleradb
ArtifactId

ArtifactId

sclera-sqltests-parser_2.13
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

sclera-sqltests-parser
SQL Tests Parser
Project URL

Project URL

https://github.com/scleradb/sclera-sqltests-parser
Project Organization

Project Organization

Sclera, Inc.
Source Code Management

Source Code Management

https://github.com/scleradb/sclera-sqltests-parser

Download sclera-sqltests-parser_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.scleradb/sclera-sqltests-parser_2.13/ -->
<dependency>
    <groupId>com.scleradb</groupId>
    <artifactId>sclera-sqltests-parser_2.13</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scleradb/sclera-sqltests-parser_2.13/
implementation 'com.scleradb:sclera-sqltests-parser_2.13:4.0'
// https://jarcasting.com/artifacts/com.scleradb/sclera-sqltests-parser_2.13/
implementation ("com.scleradb:sclera-sqltests-parser_2.13:4.0")
'com.scleradb:sclera-sqltests-parser_2.13:jar:4.0'
<dependency org="com.scleradb" name="sclera-sqltests-parser_2.13" rev="4.0">
  <artifact name="sclera-sqltests-parser_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scleradb', module='sclera-sqltests-parser_2.13', version='4.0')
)
libraryDependencies += "com.scleradb" % "sclera-sqltests-parser_2.13" % "4.0"
[com.scleradb/sclera-sqltests-parser_2.13 "4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.scala-lang.modules : scala-parser-combinators_2.13 jar 1.1.2

Project Modules

There are no modules declared in this project.

Sclera - SQL Tests Parser

Maven Central scaladoc

Incrementally parses a given test output script into a stream (iterator) of SQL queries/statements and their results.

This is useful while testing SQL based systems for correctness, identifying regressions, etc. We first obtain a "reference" script by running a suite of SQL commands and queries on a known correct system. The output, containing the SQL queries/statements and their results, is parsed using this tool. The queries/statements in the resulting iterator are then run on the system being tested, and the results obtained are checked against the reference results.

com.scleradb

Sclera, Inc.

Extensible Data Processing

Versions

Version
4.0