You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: