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

The specs2 unit tests falsely expects all columns to be nullable if the query uses a view. The root cause seems to be incorrect metadata from PostgreSQL. PostgreSQL reports all...

JDBC driver issue

H2 and MySql (likely other database engines as well) report incorrect warnings/errors in the query analyzer. This seems to be because JDBC is being provided the incorrect information from the...

JDBC driver issue

Updates [io.github.davidgregory084:sbt-tpolecat](https://github.com/DavidGregory084/sbt-tpolecat) from 0.1.21 to 0.1.22. [GitHub Release Notes](https://github.com/DavidGregory084/sbt-tpolecat/releases/tag/v0.1.22) - [Version Diff](https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.1.21...v0.1.22) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.3 to 5.0.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...

This requires combining the `free` and `core` modules to make Transactor visible from ConnectionOp. I added a `macros` module so the scala 2 macros would be usable from core. Resolves...

Hello all, we are using MariaDB as database and I would like to store a Circe json in the database. In the documentation I saw that for Postgres you can...

Currently to read CLOBs the low level API is required. It would be great if there was support for CLOBs in the high level API. If I were able to...

It would be nice if users could specify a program that will be used to configure connections allocated by a transactor, as well as configuring statements allocated by `Query/Update`.

If the `transact` extension syntax is defined in the `ConnectionOp` companion object then it should no longer require an import - http4s did something similar in https://github.com/http4s/http4s/pull/5083. This would require...

I updated Doobie in our $work project from 0.13.2 to 0.13.4 and we now have this transitive dependency upgrade: ``` [info] | | +-org.tpolecat:doobie-hikari_2.13:0.13.4 [S] [info] | | +-com.zaxxer:HikariCP:4.0.3 [info]...