test(queries): suite for prepare stmt funcs (#2644)

* chore(queries): test suite for prepare stmt funcs

* test(queries): prepare project funcs

* refactor: add comments

* test: simlify expected sql, added possibility to add args to expected queries
This commit is contained in:
Silvan
2021-11-15 10:04:46 +01:00
committed by GitHub
parent bd9f621030
commit f927f4af02
5 changed files with 700 additions and 1 deletions

1
go.mod
View File

@@ -54,6 +54,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/muesli/gamut v0.2.0
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 // indirect
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.3.0
github.com/rakyll/statik v0.1.7