Forum Post: RE: Possible bug? Empty string searches via SOAP API

  • Thread starter Thread starter ByronB
  • Start date Start date
Status
Not open for further replies.
B

ByronB

Guest
We are using selectQuery() SELECT id FROM object WHERE field = "" Returns no rows even though there is an object with field as an empty string If we create a row with a NULL field then we can successfully return it using SELECT id FROM object WHERE field IS NULL

Continue reading...
 
Status
Not open for further replies.
Back
Top