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
F15466922: D10415.id25062.diff
Thu, Apr 3, 10:52 AM
F15432091: D10415.id25062.diff
Mon, Mar 24, 4:01 PM
F15416834: D10415.diff
Thu, Mar 20, 1:54 PM
F15383645: D10415.id25059.diff
Fri, Mar 14, 5:27 PM
F15354102: D10415.id25058.diff
Tue, Mar 11, 1:56 AM
Unknown Object (File)
Feb 13 2025, 10:42 AM
Unknown Object (File)
Feb 12 2025, 6:52 AM
Unknown Object (File)
Feb 12 2025, 6:52 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).