Skip to content

Commit 3e794f0

Browse files
committed
Add query to select Questions by server ID list
1 parent 6421313 commit 3e794f0

File tree

1 file changed

+5
-0
lines changed
  • libpretixsync/src/main/sqldelight/common/eu/pretix/libpretixsync/sqldelight

1 file changed

+5
-0
lines changed

libpretixsync/src/main/sqldelight/common/eu/pretix/libpretixsync/sqldelight/Question.sq

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ SELECT *
33
FROM Question
44
WHERE server_id = ?;
55

6+
selectByServerIdList:
7+
SELECT *
8+
FROM Question
9+
WHERE server_id IN ?;
10+
611
selectByEventSlug:
712
SELECT *
813
FROM Question

0 commit comments

Comments
 (0)