arcadedb
https://github.com/arcadedata/arcadedb
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to arcadedb
Help out
- Issues
- DISTINCT and UNION treat `1` and `1.0` as distinct even though `1 = 1.0` is true
- count(*) after OPTIONAL MATCH over an undeclared relationship type causes HTTP 500
- BUG: FULL_TEXT index build over existing data still indexes nothing matchable on 26.7.2 (follow-up to #4732); prefix queries on such an index throw NPE
- `substring()` with a negative start or length returns HTTP 500 instead of HTTP 400
- `range()` with zero step, invalid `date()`/`datetime()` strings, and non-numeric `point()` coordinates return HTTP 500 instead of a client error
- SET/REMOVE on a node deleted earlier in the same query silently succeed and commit the deletion, while property reads fail and roll back
- Redis and MongoDB protocol plugins ignore their configured port and bind the default
- [FEATURE]: Moleculerjs Database project arcadedb adapter implementation.
- Several string functions silently coerce non-STRING inputs instead of raising a type error
- `sum()` and `avg()` silently ignore non-numeric inputs instead of reporting a type error
- Docs
- not yet supported