[Bug] DebugSQL panics with libraries that do not implemente Stringer interface.

This commit is contained in:
go-jet 2022-05-14 11:17:39 +02:00
parent 7567206ac0
commit 6706f4b228
4 changed files with 67 additions and 5 deletions

1
go.mod
View file

@ -17,4 +17,5 @@ require (
github.com/pkg/profile v1.6.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
github.com/volatiletech/null/v8 v8.1.2
)