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
- AND and OR evaluate result-irrelevant operands and surface runtime errors, while CASE skips the same expression
- IN condition throws an exception when inside CONTAINS
- Gremlin parse() over-widens OperationType, causing MCP to deny legitimate insert operations
- fix(#5825): EXISTS/COUNT/COLLECT subquery bodies validate variable scope
- GAV/CSR acceleration never engages for labeled Gremlin traversals submitted as strings
- ArcadeEdgeCountFilterStep installs non-deterministically across JVM runs (undeclared strategy ordering vs CountStrategy)
- ArcadeGremlin.setTimeout() is a no-op and its backing field is static
- fix(#5837): guard boolean unboxing in CONTAINS/CONTAINSALL/CONTAINSANY/CONTAINSVALUE evaluate()
- SQL: `WHERE @rid IN [list]` is planned as a full type scan, so resolving k RIDs costs O(n)
- EXISTS subquery silently accepts a variable dropped by WITH instead of reporting an unbound-variable error
- Docs
- not yet supported