Page MenuHomePhabricator

Add a missing (int) cast to diff IDs for new "transaction.search" method
ClosedPublic

Authored by epriestley on Aug 25 2017, 2:25 PM.
Tags
None
Referenced Files
F15505555: D18476.diff
Tue, Apr 15, 4:00 AM
F15417939: D18476.diff
Thu, Mar 20, 7:36 PM
F15389791: D18476.id.diff
Mar 15 2025, 5:39 AM
F15377202: D18476.id44384.diff
Mar 13 2025, 8:23 AM
Unknown Object (File)
Mar 2 2025, 1:17 AM
Unknown Object (File)
Feb 21 2025, 3:26 PM
Unknown Object (File)
Feb 9 2025, 4:39 AM
Unknown Object (File)
Feb 9 2025, 4:39 AM
Subscribers
None

Details

Summary

These come out of the database as strings (see T12678), force them to integers for the API.

Test Plan

Called transaction.search, got integers in JSON instead of strings.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable