Versions in this module Expand all Collapse all v1 v1.6.0 Dec 11, 2025 Changes in this version + func AssertColumns(t TestingT, sql string, expectedColumns []string) bool + func AssertErrorContains(t TestingT, sql, expectedSubstring string) bool + func AssertFormattedSQL(t TestingT, sql, expected string) bool + func AssertInvalidSQL(t TestingT, sql string) bool + func AssertParsesTo(t TestingT, sql string, expectedType interface{}) bool + func AssertTables(t TestingT, sql string, expectedTables []string) bool + func AssertValidSQL(t TestingT, sql string) bool + func RequireInvalidSQL(t TestingT, sql string) + func RequireParse(t TestingT, sql string) *ast.AST + func RequireValidSQL(t TestingT, sql string) + type TestingT interface + Errorf func(format string, args ...interface{}) + Fatalf func(format string, args ...interface{}) + Helper func()