ravendb / ravendb-nodejs-client

RavenDB node.js client
MIT License
63 stars 32 forks source link

Strange code in _storeInternal #454

Closed ayende closed 2 months ago

ayende commented 2 months ago

https://github.com/ravendb/ravendb-nodejs-client/blob/v5.4/src/Documents/Session/InMemoryDocumentSessionOperations.ts#L1381

Here, shouldn't this be _generateEntityIdOnTheClient ?

ml054 commented 2 months ago

https://github.com/ravendb/ravendb-nodejs-client/pull/455