CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

fix: [QueryBuilder] `select()` does not escape after `NULL`

Open kenjis opened this issue 1 year ago • 0 comments

Description Follow-up #1169

Fixes bug that select() does not escape items after NULL.

Checklist:

  • [x] Securely signed commits
  • [x] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [ ] Unit testing, with >80% coverage
  • [ ] User guide updated
  • [x] Conforms to style guide

kenjis avatar Jun 28 '24 00:06 kenjis