Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aristo db tidy up a bit #1625

Merged
merged 3 commits into from
Jul 4, 2023
Merged

Aristo db tidy up a bit #1625

merged 3 commits into from
Jul 4, 2023

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    dcf5d67 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Redefined the database descriptor object as reference (to the object)

    why:
      The upcoming transaction wrapper will work with a database reference
      rather than the object itself
    mjfh committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9a30481 View commit details
    Browse the repository at this point in the history
  2. Append state before save() to the Aristo descriptor

    why:
      This stae was previously returned by the function. Appending it to
      a field of the Aristo descriptor seems easier to handle.
    mjfh committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    278ad8c View commit details
    Browse the repository at this point in the history