Closed (fixed)
Project:
Salesforce Suite
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Dec 2015 at 20:32 UTC
Updated:
29 Jun 2016 at 16:54 UTC
Jump to comment: Most recent
When sending filters for custom fields that include spaces in the field, or when otherwise including query changes via hooks, spaces are not being replaced with plus signs leading to errors in certain queries where others work. The SOQL spec does suggest spaces should be ok, but in experience, when sent via the REST api, they break.
This patch is a very small one that replaces any latent space character with a plus character.
| Comment | File | Size | Author |
|---|---|---|---|
| salesforce_to_string.patch | 472 bytes | steve.colson |
Comments
Comment #2
yogaf commented+1 for this.
Comment #3
aaronbaumanComment #4
aaronbauman