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.
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.