Azure-Samples / azure-cosmos-java-sql-api-samples

Sample code for Azure Cosmos DB Java SDK for SQL API
MIT License
40 stars 72 forks source link

Fixed stored procedure to support array parameters #17

Closed deepub closed 4 years ago

deepub commented 4 years ago

Reference: https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/issues/16

The current code base doesn't support passing array parameters and transactions. With this PR the stored proc can support creates and updates although the java code base currently supports creates only.

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.