Open
Description
> 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
Type
Projects
Status
New