Skip to content

Extending the db.transaction removal fix to the FhirEngine.search #2626

Open
@LZRS

Description

@LZRS
          > From discussion with @yigit, this particular read api should be executed independently of any transaction.

Reason (in Yigt's words): The transaction you add there doesn't really help with anything because you are only doing a read inside that transaction and it is a single read. SQLite will already do a "read transaction" for it implicitly, which will make that consistent.

Would you like to work on this @LZRS ?

Would it also affect reads using FhirEngine#search , that joins to other tables?

Originally posted by @LZRS in #2552 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium priority issueeffort:smallSmall effort - 2 days

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions