Update CircleCI to support MySQL
This commit is contained in:
parent
f9b900b303
commit
0ab25e4464
28 changed files with 198 additions and 240 deletions
|
|
@ -97,7 +97,7 @@ func jsonSave(path string, v interface{}) {
|
|||
}
|
||||
}
|
||||
|
||||
func printStatementInfo(stmt Statement) {
|
||||
func printStatementInfo(stmt SelectStatement) {
|
||||
query, args, err := stmt.Sql()
|
||||
panicOnError(err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue