teso
Results
2
issues of
teso
Hello. I guess, you missed colons ":" after switch-instruction start (also as after each case-instruction) in file README.md (in section "Comments->Jade Comments").
https://github.com/vasa-c/go-db/blob/c65eecde33df27be9252999e74021886710e0ddb/goDB/Helpers/Templater.php#L474 I just had following situation: 1. Prepared query like that `UPDATE ?t:tableName SET ?s:setValues WHERE ?w:whereCondition` 2. Gave data for placeholders: `'tableName' => 'manager',` `'setValues' => ['companyId' => '61eaf81b8a5b11e39ba6c436c32fa3a3'],`...