intuit / QuickBooks-V3-Java-SDK

Java SDK for QuickBooks REST API v3 services
Apache License 2.0
60 stars 142 forks source link

search Item with apostrophe name #202

Closed TheMalloum closed 11 months ago

TheMalloum commented 1 year ago

Hi ,

I have the item name below :

String name ="My name's"

i want to search a item with this name like below : protected Item itemProxy = GenerateQuery.createQueryEntity(Item.class); String sql = select($(itemProxy)).where($(itemProxy.getName()).eq(name)).generate(); QueryResult queryResult = service.executeQuery(sql);

cause the apostrophe the request does not works.

Thank you

TheMalloum commented 1 year ago

the item name in the QuickBooks is My name\'s

i made my search with My name\'s and My name\'s and the both do not work.

sujitharamadass commented 1 year ago

@TheMalloum Can you please try with My name\'s