Nguyen Dang Quy
Results
2
issues of
Nguyen Dang Quy
```go type Order struct { Id string } type User struct { Id string Order Order `mapstructure:",squash"` } result := map[string]interface{}{} mapstructure.Decode(User{ Id: "userId", Order: Order{ Id: "orderId", }, },...
```golang tx.Exec("CREATE VIEW myview AS SELECT * FROM licenses WHERE status IN ?", []string{"ACTIVE", "INACTIVE"}).Error ``` **Query log**: > CREATE VIEW myview AS SELECT * FROM licenses WHERE status IN...
type:missing reproduction steps
status:stale