Thilo Schuchort
Thilo Schuchort
Currently, the `onConflictUpdate` function is defined as follows: ```scala def onConflictUpdate(c: (Q => Column[?])*)(c2: (Q => Column.Assignment[?])*) ``` From the examples: ```scala Buyer.insert .columns( _.name := "test buyer", _.dateOfBirth :=...
Currently it is not possible to cancel queries in scalasql. It would be nice to support this feature since cancellation is a big deal in Cats-Effect and generally useful for...
Adds an munit value transform for `ResourceIO` so that test functions returning `ResourceIO` will actually run... Yes, I've been bitten by this.