Ref T13217. This method is slightly tricky:
- We can't safely return a string: return an array instead.
- It no longer makes sense to accept glue. All callers use ', ' as glue anyway, so hard-code that.
Then convert all callsites.
Differential D19784
Update PhabricatorLiskDAO::chunkSQL() for new %Q semantics epriestley on Nov 7 2018, 1:06 AM. Authored by Tags None Referenced Files
Subscribers
Details
Ref T13217. This method is slightly tricky:
Then convert all callsites. Browsed around, saw fewer "unsafe" errors in error log.
Diff Detail
Event Timeline
|