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
F15787045: D18476.id.diff
Fri, May 30, 8:11 AM
Unknown Object (File)
Thu, May 29, 9:06 PM
Unknown Object (File)
Thu, May 1, 11:55 PM
Unknown Object (File)
Apr 27 2025, 6:13 PM
Unknown Object (File)
Apr 25 2025, 8:26 AM
Unknown Object (File)
Apr 24 2025, 9:03 PM
Unknown Object (File)
Apr 23 2025, 2:20 PM
Unknown Object (File)
Apr 15 2025, 4:00 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