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
F13359644: D18476.diff
Tue, Jun 25, 10:07 AM
F13345025: D18476.diff
Fri, Jun 21, 9:21 AM
F13330333: D18476.diff
Mon, Jun 17, 3:27 AM
F13317641: D18476.diff
Thu, Jun 13, 9:43 AM
F13303345: D18476.diff
Sat, Jun 8, 6:38 AM
F13287393: D18476.diff
Tue, Jun 4, 8:42 AM
F13274743: D18476.diff
Fri, May 31, 4:03 AM
F13259727: D18476.diff
May 26 2024, 11:01 PM
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