package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 30, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Rows(args ...string) [][]interface{}
Rows is similar to RowsWithSep, use white space as separator string.
Result is the result returned by MustQuery.
func (res *Result) Check(expected [][]interface{})
Check asserts the result equals the expected results.
func (res *Result) Rows() [][]interface{}
Rows returns the result data.
Sort sorts and return the result.
TestKit is a utility to run sql test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.