Closed pofallon closed 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.
Fix added.
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.