Versions in this module Expand all Collapse all v0 v0.1.2 Aug 25, 2026 v0.1.1 Jul 31, 2026 v0.1.0 Jul 31, 2026 Changes in this version + func CheckCase(c Case) error + func IsSyntaxError(msg string) bool + func MetadataPath(testPath string) string + func Write(path string, cases []Case) error + func WriteMetadata(path string, m Metadata) error + type Case struct + Name string + Results []StmtResult + SQL string + func Read(path string) ([]Case, error) + func (c *Case) Expected() Expectation + type Expectation struct + Message string + OK bool + Offset int + Truncated bool + Unreached []Range + func (e Expectation) IsUnreached(offset int) bool + type Metadata struct + Todo map[string]bool + func ReadMetadata(path string) (Metadata, error) + type Range struct + End int + Start int + type StmtResult struct + ErrOffset int + Message string + OK bool + Offset int + RC int + Tail int + func ParseResultLine(line string) (StmtResult, error)