Sdata select parameter bug?

Hello,

We have SageCRM 7.3 SP3.

I'm trying to use the select parameter in sdata calls to reduce the response weight, but it doesn't seem to be working. I read in one of Jeff's post that the primary key must be returned at a minimum. I've tried that, but still no success. Regardless of which columns I choose to return, it always returns ALL of the columns in the table or view.

For example, take the following simple call. It returns all of the columns, not just the ID and Name fields. Is there a known issue? or is my syntax wrong?

http://servername/sdata/crmj/sagecrm/-/company?select=comp_companyid,comp_name

I have submitted a support case as well.

thank you,

joe