exercises-doobie icon indicating copy to clipboard operation
exercises-doobie copied to clipboard

Scala Exercises' lessons for the Doobie library

Results 5 exercises-doobie issues
Sort by recently updated
recently updated
newest added

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.14 to 3.2.15. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.15) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.14...release-3.2.15) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-exercises:definitions](https://github.com/scala-exercises/sbt-exercise) * [org.scala-exercises:exercise-compiler](https://github.com/scala-exercises/sbt-exercise) * [org.scala-exercises:sbt-exercise](https://github.com/scala-exercises/sbt-exercise) from 0.6.7 to 0.7.1. [GitHub Release Notes](https://github.com/scala-exercises/sbt-exercise/releases/tag/v0.7.1) - [Version Diff](https://github.com/scala-exercises/sbt-exercise/compare/v0.6.7...v0.7.1) I'll automatically update this PR to resolve conflicts as long as you don't...

Opening manually to get a snapshot published to test integration into scala-exercises/scala-exercises

As shown in the screenshot below, some code blocks [in this page](https://www.scala-exercises.org/doobie/parameterized_queries) (and maybe others?) have strings that are not closed properly: `sql""" ... "`. Looking at [the comment that...