second bit of https://github.com/phacility/phabricator/pull/729
Details
Details
- Reviewers
epriestley chad - Commits
- Restricted Diffusion Commit
rP0bbe3a6d2825: Storage - fix more query errors by escaping collate_text and collate_sort
this is a weird pull request merge
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Ideally, use something like $escaped_text = qsprintf($conn, '%T', $collate_text); and then replace with $escaped_text, since you have a $conn handy.