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
- g.V().hasLabel(X).count() counts only X's own buckets while the same traversal iterates X's sub-types too, so the count disagrees with the number of elements yielded
- Regression from the continuous-aggregate watermark fix: bracketing the caller's WHERE puts the closing parenthesis inside a trailing line comment, so the aggregate is stuck in ERROR from its second refresh
- BinaryComparator.compareNumbers reads a FLOAT by its exact binary value against an integer and by its shortest decimal everywhere else, so the ordering is not transitive
- Follow-up to #8158: DATETIME_SECOND read back with dateTimeImplementation set to java.util.Date or java.util.Calendar is 1000 times too small, silently
- The MULTI/EXEC retry fix leaves the RAM commands in the same block applied once per attempt, so a rolled-back EXEC still advances the counters it contains
- The mongo language classifies a query by substring-matching its whole JSON, so an ordinary find whose filter contains delete, update or insert is refused as non-idempotent
- The native Select JSON round trip still fails for is null and is not null, because the unary-arity gate exempts only not
- A literal string value beginning with a colon or a hash is read back from a native Select JSON document as a property or parameter reference
- Every step ArcadeTraversalStrategy swaps in is added without the replaced step's labels, so an as() on a rewritten step disappears and the select() that reads it yields nothing
- Postgres wire test: Issue8135 refusedSetIsRefusedAgainOnReplay cannot fail since #8212 drops the portal at Sync
- Docs
- not yet supported