intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 243 forks source link

Error parsing queryQueryParserError: Invalid content. Lexical error at line 1, column 37. Encountered: "\u2013" (8211), #397

Open lchhieu opened 3 years ago

lchhieu commented 3 years ago

I got an error when try to the statement: $dataService->Query("select * from Item WHERE Name='$itemName'"); $itemName' = 'Boot – Wolverine – Legend 6" Safety Toe – W10611 (ANY POSITION)'; It's seem dont support endash

Could u give me advice. Thanks