package
0.1.4
Repository: https://github.com/lytics/qlbridge.git
Documentation: pkg.go.dev

# Functions

ExecSpec execute a queryspec test.
ExecSqlSpec execute a test harness of QuerySpec.
RunDDLTests run the DDL (CREATE SCHEMA, TABLE, alter) test harness suite.
RunSimpleSuite run the normal DML SQL test suite.
RunTestSuite run the normal DML SQL test suite.
Setup enables -vv verbose logging or sends logs to /dev/null env var VERBOSELOGS=true was added to support verbose logging with alltests.
No description provided by the author
No description provided by the author
No description provided by the author
TestSqlSelect tests using the database/sql driver.

# Structs

QuerySpec a test harness.

# Interfaces

TestingT is an interface wrapper around *testing.T so when we import this go dep, govendor don't import "testing".