Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-09 | 803 Bytes | |
v2.3.6 source code.tar.gz | 2024-01-09 | 1.7 MB | |
v2.3.6 source code.zip | 2024-01-09 | 1.8 MB | |
Totals: 3 Items | 3.5 MB | 0 |
CursusDB Cluster and Node Bundle Stable v2.3.6
🟢 NO BREAKING CHANGES
🔥NEW FEATURES🔥 - [x] You can now update an array within a document like so:
update 1 in test where firstName = 'Alex' set interests = ["cars","programming"];
[{"127.0.0.1:7682": {"collection":"test","message":"1 Document(s) updated successfully.","statusCode":2000,"updated":[{"$id":"a544de0a-166b-4340-9956-0db0e9f4647c","firstName":"Alex","interests":["cars","programming"],"lastName":"Jones"}]}}]
New status codes for implementation:
- 4032
Invalid set array values (with description)
🧪 This update to CDQL has been added to the E2E as a test case as well, ✅ passed before release
..
✅ PASS UPDATE ALL FROM COLL WITH CONDITIONS AND MULTI SET WITH ARRAY SET
..