go-starter icon indicating copy to clipboard operation
go-starter copied to clipboard

If you update sql-boiler to latest, Upsertable interface should been changed to following

Open driif opened this issue 1 year ago • 0 comments

https://github.com/allaboutapps/go-starter/blob/1711299596cb8f77466ee25f2788ce3cc4d6d9b0/internal/data/fixtures.go#L15-L17

type Upsertable interface {
	Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns boil.Columns, insertColumns boil.Columns, opts ...models.UpsertOptionFunc) error
}

driif avatar Jul 16 '24 10:07 driif