Skip to content

Commit

Permalink
add transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Dec 26, 2024
1 parent e82aa4f commit 09139c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ interface ApplicationDao {
fun getAll(pubKey: String): List<ApplicationEntity>

@Query("SELECT * FROM application where isConnected = 0")
@Transaction
fun getAllNotConnected(): List<ApplicationWithPermissions>

@Query(
Expand Down

0 comments on commit 09139c5

Please sign in to comment.