debug
This commit is contained in:
@ -90,6 +90,8 @@ func (m UserModel) ListWithProperties(ctx context.Context, userId uuid.UUID) ([]
|
|||||||
|
|
||||||
images := []ImageWithProperties{}
|
images := []ImageWithProperties{}
|
||||||
|
|
||||||
|
fmt.Println(listWithPropertiesStmt.DebugSql())
|
||||||
|
|
||||||
err := listWithPropertiesStmt.QueryContext(ctx, m.dbPool, &images)
|
err := listWithPropertiesStmt.QueryContext(ctx, m.dbPool, &images)
|
||||||
|
|
||||||
fmt.Println(images)
|
fmt.Println(images)
|
||||||
|
Reference in New Issue
Block a user