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
Unknown Object (File)
Sun, Feb 2, 10:14 AM
Unknown Object (File)
Tue, Jan 28, 2:48 AM
Unknown Object (File)
Fri, Jan 24, 10:22 PM
Unknown Object (File)
Fri, Jan 24, 10:22 PM
Unknown Object (File)
Fri, Jan 24, 10:22 PM
Unknown Object (File)
Tue, Jan 21, 11:08 AM
Unknown Object (File)
Mon, Jan 20, 11:02 AM
Unknown Object (File)
Jan 1 2025, 4:42 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