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
- Follow-up to #7300: the console's async onError is bound to the database live when "set asyncMode" ran, so a later open or create loses it and exits 0
- Follow-up to #7299: the reflective sweep walks only LocalDocumentType, so LocalEdgeType.lightweight and unique are non-volatile and read lock-free
- Follow-up to #7223: Profiler resolves the disk directory from an empty ContextConfiguration, so it can measure a different filesystem than the databases are on
- Follow-up to #7222 and #7262: the console is a fifth writer of raw external text on the permissive boolean parse, so SET arcadedb.txWAL = yes disables the WAL
- arcadedb.gavUseWhenStale is DATABASE-scoped but read globally, so ALTER DATABASE on it is persisted and then ignored for the life of the view
- GraphQL introspection of a database-only type emits a flat SCALAR descriptor: #7116's fix reached buildGraphQLTypeResult but not buildDatabaseTypeResult
- JavaQueryEngine.searchMethod has isAssignableFrom the wrong way round: a method whose parameter type equals the argument's class is rejected, one taking a supertype is accepted unchecked
- Database.insert_many's per-row fallback opens a transaction with no rollback path, so a bad value leaves it open for the next caller
- Follow-up to #7107: AsyncExecutor.wait_completion(0) hits the same waitCompletion clamp and blocks until the queue drains instead of timing out
- Follow-up to #7031: RemoteSchema.getBucketByName, getBucketByNameIfExists and getBuckets still answer from schema:types, so a bucket attached to no type is invisible
- Docs
- not yet supported