axiom
axiom copied to clipboard
Divmod Axiom is an object database, or alternatively, an object-relational mapper, implemented on top of Python.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 4.5.0. Release notes Sourced from actions/setup-python's releases. Fix cache issue for Poetry projects located in subfolders In scope of this release we fixed cache issue...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @cory-miller in actions/checkout#1045 Add in explicit...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.1. Release notes Sourced from codecov/codecov-action's releases. 3.1.1 What's Changed Update deprecation warning by @slifty in codecov/codecov-action#661 Create codeql-analysis.yml by @mitchell-codecov in codecov/codecov-action#593 build(deps): bump...
The `Empowered._inMemoryPowerups` is a dictionary mapping interfaces to objects, rather than mapping to a list (or some other collection) of objects. This means only the *last* registered item is kept,...
The attribute class `bytes` shadows the builtin `bytes` name. Additionally, it's helpstring says the stored/returned type is a python `str`, which is incorrect under python3, it now stores/returns a `builtins.bytes`....
I think this ancient branch is part of a fix for #86!
This aggressive approach still needs consideration.
When a Store instance in process A has an Item instance cached in its objectCache, changes to the underlying database row in process B will not be reflected unless the...
The entry in `axiom_objects` remains with its original type_id instead of being set to -1.