Nacho Ruiz Martin
05/25/2024, 3:54 PMNacho Ruiz Martin
05/25/2024, 3:56 PM.selectAsFlow<PubAdmin>(
PrimaryKey("pub_admin") { it.user + it.pub },
filter = FilterOperation("user", FilterOperator.EQ, userId)
)
Jan
05/25/2024, 11:39 PMNacho Ruiz Martin
05/31/2024, 1:42 PMIt may be possible though if you addYou mean to add this in the SDK, right?
Jan
05/31/2024, 2:35 PMNacho Ruiz Martin
06/01/2024, 12:32 PMJan
06/01/2024, 12:43 PMselectAsFlow(listOf(primaryKey))
. With that, there are no big breaking changes neededNacho Ruiz Martin
06/01/2024, 12:45 PM