nodejs-datastore
nodejs-datastore copied to clipboard
Node.js client for Google Cloud Datastore: a highly-scalable NoSQL database for your web and mobile applications.
Below codes will prompt " UnhandledPromiseRejectionWarning: Error: 10 ABORTED: too much contention on these datastore entities. please try again." without able to be caught in any try catch block. If...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v1` -> `v3` | ---...
- [ ] Regenerate this pull request now. docs: Clarify wording around default database_id usage PiperOrigin-RevId: 462444231 Source-Link: https://github.com/googleapis/googleapis/commit/b9cbfce1714be863ce3e405fbc6b409105298206 Source-Link: https://github.com/googleapis/googleapis-gen/commit/934e426ab421006f20454568821b61bb30979b10 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTM0ZTQyNmFiNDIxMDA2ZjIwNDU0NTY4ODIxYjYxYmIzMDk3OWIxMCJ9
Please implement the "special query types" that are supported in the Java & Python clients but not in Node.js as described here: https://cloud.google.com/datastore/docs/concepts/queries#special_query_types I used to have a Java backend...
Reopening https://github.com/googleapis/nodejs-datastore/pull/773 with extra tests added and other fixes.
Note: #829 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 3862cffb8a0fa0ff1ca23a08eb7fed8a5ac6eb3d buildURL: [Build Status](https://source.cloud.google.com/results/invocations/b048ae92-0720-4baf-a850-f2f6dcfee38c), [Sponge](http://sponge2/b048ae92-0720-4baf-a850-f2f6dcfee38c) status:...
:robot: I have created a release *beep* *boop* --- ## [7.1.0](https://github.com/googleapis/nodejs-datastore/compare/v7.0.0...v7.1.0) (2022-09-28) ### Features * Add "or" query support (only in the preview API surface) ([df16a99](https://github.com/googleapis/nodejs-datastore/commit/df16a991788d9514cfa75b233e1333d36b065551)) * Snapshot reads ([#963](https://github.com/googleapis/nodejs-datastore/issues/963))...
**Is your feature request related to a problem? Please describe.** I want to know which properties of the retrieved entity are excluded from the index. **Describe the solution you'd like**...
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
With this pull request we can use the client to do a query filter based on the COUNT filter which we intend to support.