juliano on master
Update sbt-sonatype to 3.9.13 (… (compare)
renovate[bot] on configure
Add renovate.json (compare)
juliano on master
Update postgresql to 42.3.6 (#2… (compare)
renovate[bot] on configure
Add renovate.json (compare)
@ ctx.run {
query[db.ResultName]
.rightJoin(infix"SELECT UNNEST(${lift(Seq("foo","test-shard-local-database"))})".as[io.getquill.Query[Unnest]])
.on(_.text == _.unnest)
.map{case (rnOpt, n) => rnOpt.map(_.id)}
}
cmd12.sc:1: SELECT x1.id FROM result_name x1 RIGHT JOIN (SELECT UNNEST(?)) AS x2 ON x1.text = x2.unnest
val res12 = ctx.run {
^
res12: List[Option[Long]] = List(None, Some(2674443566L))
select foo, bar from #cache(select bar baz from someplace) as s join something sn on #index(sn.foo = bar)
inLiftedSet
liftUnest
which does something like we did above
people.filter(p => p.name inSet (lift(set)))
though