doqmentdb icon indicating copy to clipboard operation
doqmentdb copied to clipboard

A Promise-Based DocumentDB ODM Client for NodeJS

Results 15 doqmentdb issues
Sort by recently updated
recently updated
newest added

include for sporcs versions

PRs plz!

e.g: ``` js SELECT r.id, r.name, r.age FROM root r WHERE r.name="val" AND r.age="val" ```

Schema

The `queryBuilder` should limit `AND` operators to 5(i.e: 6 keys). DocumentDB throw an error: "The SQL query exceeded the maximum number of 'AND' operators. The allowed limit is 5"