devextreme-query-mongodb
devextreme-query-mongodb copied to clipboard
Querying a MongoDB collection using DevExtreme data store load parameters
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.2.0 to 5.8.0. Release notes Sourced from mongodb's releases. v5.8.0 5.8.0 (2023-08-21) The MongoDB Node.js team is pleased to announce version 5.8.0 of the mongodb package! Release...
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...
`contains` currently uses a regex. I don't remember precisely why I did it that way in the past, but I believe I researched other options back then and found that...
`timezoneOffset` was introduced to work around the fact that MongoDB didn't have a feature to convert date/time values to client timezones. The [related MongoDB issue](https://jira.mongodb.org/browse/SERVER-6310) has now been fixed. This...
Check https://github.com/oliversturm/devextreme-query-mongodb/blob/master/tests/tests.js#L876 In cases like this, a rather large number of queries is executed. I need the count on each group, but no other details. Can this be optimized, perhaps...