Kirill Bondar 5/13/2013 10:26:47 AM You can call Query() with either "SELECT [SKU] FROM [PRODUCT]" or "select [sku] from [product]" with no error. Yet, the data returned by the API is converted to PHP key-value array and keys are indeed case-sensitive, but this is PHP implementation feature.
|