Azure / azure-cosmosdb-node

We recently announced deprecation of JS v1 SDK and this repo. Starting September 2020 Microsoft will not provide support for this library. Existing applications using library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library.
https://github.com/Azure/azure-sdk-for-js
MIT License
141 stars 108 forks source link

1.14.0 is broken on Linux #217

Closed joaomoreno closed 7 years ago

joaomoreno commented 7 years ago

There' s bad require call in https://github.com/Azure/azure-documentdb-node/blob/master/source/lib/documentclient.js#L36:

SessionContainer = require("./SessionContainer");

The file is actually called sessionContainer.js, so the require is using the wrong casing. This breaks in every case sensitive FS.

moderakh commented 7 years ago

@srinathnarayanan session consistency code. can you please take a look :-)