Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Retrieving string type from table and received double #985

Open
dcruceanu opened this issue Aug 1, 2018 · 0 comments
Open

Retrieving string type from table and received double #985

dcruceanu opened this issue Aug 1, 2018 · 0 comments

Comments

@dcruceanu
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant