Page MenuHomePhabricator

Use %s, not %d, to encode a 64-bit integer for a query
ClosedPublic

Authored by epriestley on Sep 4 2014, 6:02 PM.
Tags
None
Referenced Files
F18841273: D10415.id25062.diff
Tue, Oct 28, 7:59 AM
F18841272: D10415.id25059.diff
Tue, Oct 28, 7:59 AM
F18841271: D10415.id25058.diff
Tue, Oct 28, 7:59 AM
F18743472: D10415.id.diff
Thu, Oct 2, 11:47 PM
F18715529: D10415.id25058.diff
Sep 29 2025, 10:23 AM
F18712166: D10415.id.diff
Sep 29 2025, 5:17 AM
F18704888: D10415.id25062.diff
Sep 28 2025, 9:14 AM
F18629192: D10415.diff
Sep 16 2025, 8:12 AM
Subscribers
Tokens
"Grey Medal" token, awarded by btrahan.

Details

Summary

Fixes T5982. Probably. I'm just guessing here but like 95% sure this will fix it and 99% sure it won't hurt/break anything.

Test Plan

Still works on my 64-bit install, for what little that's worth.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Use %s, not %d, to encode a 64-bit integer for a query.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • Use getStr() instead of getInt() for good measure.

iiam

btrahan edited edge metadata.
This revision is now accepted and ready to land.Sep 4 2014, 6:38 PM
epriestley updated this revision to Diff 25062.

Closed by commit rP4d3cc7b28dd1 (authored by @epriestley).