Page MenuHomePhabricator

Storage - fix more query errors by escaping collate_text and collate_sort
ClosedPublic

Authored by btrahan on Oct 6 2014, 10:32 PM.
Tags
None
Referenced Files
F18961064: D10646.id25568.diff
Thu, Nov 13, 12:35 PM
F18961063: D10646.id25566.diff
Thu, Nov 13, 12:35 PM
F18902749: D10646.diff
Sat, Nov 8, 2:33 AM
F18874509: D10646.id.diff
Wed, Nov 5, 2:49 PM
F18869627: D10646.diff
Tue, Nov 4, 12:44 PM
F18852024: D10646.id25568.diff
Fri, Oct 31, 6:14 AM
F18849061: D10646.id25566.diff
Oct 30 2025, 7:32 AM
F18738223: D10646.id.diff
Oct 1 2025, 2:51 PM
Subscribers

Details

Summary
Test Plan

this is a weird pull request merge

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Storage - fix more query errors by escaping collate_text and collate_sort.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added reviewers: epriestley, chad.
epriestley edited edge metadata.

Ideally, use something like $escaped_text = qsprintf($conn, '%T', $collate_text); and then replace with $escaped_text, since you have a $conn handy.

This revision is now accepted and ready to land.Oct 6 2014, 10:35 PM
btrahan edited edge metadata.

going the preferred route

This revision was automatically updated to reflect the committed changes.