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
- Studio: "Session expired" warning not always needed or should disappear automatically
- 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 trailing semicolon on BEGIN, COMMIT or ROLLBACK over the extended protocol bypasses the transaction-block state machine, so a statement after a failure still runs and is committed
- The console splits a command at the first closing brace followed by a newline, so a multi-line UPDATE ... SET x = {json} runs with no WHERE and overwrites every record of the type
- The redis engine classifies a newline-separated batch by its first command only, so a GET followed by an HDEL is declared read-only and deletes the record through GET /api/v1/query
- The atomic INCR and DECR fix landed on the Redis wire path only, so the redis query engine still does a get-then-set and loses concurrent increments over HTTP
- 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
- Docs
- not yet supported