doobie icon indicating copy to clipboard operation
doobie copied to clipboard

Functional JDBC layer for Scala.

Results 169 doobie issues
Sort by recently updated
recently updated
newest added

Is there any way i could do logs as effects? Currently LogHanlder is ```final case class LogHandler(unsafeRun: LogEvent => Unit)```, i was wondering if i could wrap it some to...

Hello, I'm basically trying to match parts of dates using text comparisons. Like so: ``` Select * from table where text(timestamptzfield) LIKE '%20:36%' ``` It works in PgAdmin, and the...

Stale

I wonder if I am missing something about how to get this to work or is it something that's explicitly not supported I have the following case class ```scala import...

I struggled with this fragment, giving me this message; def sqlLimit(limit: Int): Fragment = fr"TOP $limit " ``` Exception in thread "main" com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '@P0'. ``` Which I...

JDBC driver issue

Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from 3.3.11 to 3.3.14. [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.3.14) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.3.11...v3.3.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.typelevel:cats-core](https://github.com/typelevel/cats) * [org.typelevel:cats-free](https://github.com/typelevel/cats) from 2.7.0 to 2.8.0. [GitHub Release Notes](https://github.com/typelevel/cats/releases/tag/v2.8.0) - [Version Diff](https://github.com/typelevel/cats/compare/v2.7.0...v2.8.0) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates org.specs2:specs2-core from 4.15.0 to 4.16.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.1 to 3.1.2. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.1...3.1.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.1...release-3.1.2) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.1 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.1...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.1...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it...