Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

sp-api: Support nested transactions #14447

Merged
merged 6 commits into from
Jun 29, 2023
Merged

Commits on Jun 23, 2023

  1. sp-api: Support nested transactions

    Adds support for nested transactions in `sp-api` by using `execute_in_transaction`. This was working
    until a recent refactor, but this was actually not intended. However, supporting nested transactions
    is a worthwhile feature to have. So, this pr "brings it back" and adds a test to ensure it will not break.
    bkchr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9575424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0985dfa View commit details
    Browse the repository at this point in the history
  3. Make clippy happy

    bkchr committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8dc42cf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jun 28, 2023

  1. Count number of transactions

    bkchr committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2297278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b87f5b View commit details
    Browse the repository at this point in the history