pofallon / node-bluesky

A lightweight, simplified node.js library for accessing Windows Azure
15 stars 4 forks source link

Support more than strings on table inserts #1

Closed pofallon closed 13 years ago

pofallon commented 13 years ago

Currently the table.insert will only insert strings. This should be improved to support other data types. See http://msdn.microsoft.com/en-us/library/dd179433.aspx. Whatever is implemented for inserts should also be supported for updates/merges.

pofallon commented 13 years ago

Fix added.