Azure / azure-sdk-for-php

Microsoft Azure SDK for PHP
http://azure.microsoft.com/en-us/develop/php/
Apache License 2.0
415 stars 276 forks source link

Retrieving string type from table and received double #985

Open dcruceanu opened 6 years ago

dcruceanu commented 6 years ago

I'm having a problem when retrieving some data from the azure table...

The inserted data is string (this type is also visible if I'm looking in Azure Storage explorer) and when I'm retrieving it makes automatically the Edm Type in Double (since the value of that column is 0.25). But this is not happening for integers, or other types like guids etc. I don't understand why...

I'm using in composer this version: ^0.4.0@dev

And the function which retrieves the data from my database is: queryEntities from TableRestProxy class.