Márcio Winicius
Results
2
issues of
Márcio Winicius
This is the error ``` Illuminate\Database\QueryException : could not find driver (SQL: insert into "leilao"."lance" ("cliente", "lote", "valor", "situacao", "dataCadastro", "leil ao", "apelido", "ambiente") values (50144024, 1816, 7000.00, Recebido, 2019-05-0...
When I make something like this : ` builder := dynamicstruct.NewBuilder() row := make(map[string]interface{}) for k, v := range searchable { builder.AddString(k) row[k] = v } dataJsonStr, err := json.Marshal(data)...