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
- Branch
- storageb
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 2760 Build 2764: [Placeholder Plan] Wait for 30 Seconds
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.