* add query builder to facilitate dynamic SQL construction * leverage query builder to refactor user store This is partially setup work for MM-13120, but merged to master to avoid further conflicts. * fix unrelated unit test breakage * documentation tweaks * Apply suggestions from code review Co-Authored-By: lieut-data <jesse.hallam@gmail.com> * prefer comma separated case options to fallthrough * vendor github.com/Masterminds/squirrel and deps * switch to using github.com/Masterminds/squirrel * rm querybuilder
4 строки
88 B
Bash
Исполняемый файл
4 строки
88 B
Bash
Исполняемый файл
#!/bin/sh
|
|
go test -c
|
|
./ps.test -test.run=none -test.bench=$2 -test.$1profile=$1.profile
|