Pishen Tsai

Results 3 issues of Pishen Tsai

Hello, I'm trying to implement a Context for Google BigQuery. Here is a PoC that can do a simple SELECT on BigQuery's public dataset. (I have shown it to @fwbrasil...

**DESCRIPTION:** The constraints specified by `foreignKey` are not added when we create the table using `createIfNotExists` in Slick 3.3.0. **STEPS TO REPRODUCE:** ```scala import slick.jdbc.H2Profile.api._ class A(tag: Tag) extends Table[Int](tag,...

According to the [official Scala 3 book](https://docs.scala-lang.org/scala3/book/control-structures.html#the-ifthenelse-construct), this should be a valid syntax: ```scala val x = 1 if x == 1 then println("x is 1, as you can see:")...

bug
blocked-upstream