cosmosdb-server icon indicating copy to clipboard operation
cosmosdb-server copied to clipboard

A Cosmos DB server implementation for testing your applications locally.

Results 35 cosmosdb-server issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Having trouble with `GROUP BY` in a query. ### Query ``` const { resources } = await myContainer.items .query({ query: 'SELECT MAX(t.inc) AS inc FROM t WHERE t.userId=@userId GROUP BY...

I've got `no route` error when functions with patch operation like below was triggered. ```javasciprt container .item('some_id') .patch([{ op: 'add', path: '/some_paths', value: 'some_value' }]) ``` Patch operation is this...

This is because the hostname in databaseAccountEndpoint is set to the hostname at startup, however accessing another service in a docker-compose project requires one to connect to the service name...