Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(client): Reduce SQL boilerplate code #1758

Merged
merged 21 commits into from
Mar 14, 2020
Prev Previous commit
Next Next commit
Merge branch 'master' into sqlx-types
# Conflicts:
#	oauth2/fosite_store_test.go
  • Loading branch information
aeneasr committed Mar 13, 2020
commit d3c54cfea29581f395a9db51288d3b7fea33f556
4 changes: 0 additions & 4 deletions oauth2/fosite_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ func TestManagers(t *testing.T) {
}
}
})
registries["mysql"] = connectSQL(t, conf, "mysql", m)
registries["cockroach"] = connectSQL(t, conf, "cockroach", c)
registries["postgres"] = connectSQL(t, conf, "postgres", p)
}

}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.