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
- RaftReplicationChangeSchemaIT fails: leader and follower serialise the schema types in a different order after DROP TYPE + CREATE TYPE
- Full schema load's abort-safety (#7963) does not cover configuration-parse failures or schema-member restoration
- Query NDJSON stream: an in-band error after the 200 carries no status, exception or exceptionArgs
- Postgres wire: a SET of a reported parameter (DateStyle, TimeZone, application_name...) sends no ParameterStatus
- Postgres wire: SET inside a rolled-back block is not undone, SET LOCAL outlives its transaction, and RESET is not recognized
- Execute answers with a RowDescription when the client sent no Describe, so every pgjdbc connection breaks on the 6th execution of any row-returning prepared statement
- A Gremlin hasLabel(X).has(indexedProperty, v) drops the label filter and answers from an index belonging to X's super type, so the traversal returns elements of the parent and sibling types
- 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
- Docs
- not yet supported