Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Jul 9, 2024
1 parent e8d8372 commit f0cb4a6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package za.co.absa.db.fadb.doobie.postgres.circe

import cats.Show
import cats.data.NonEmptyList
import doobie.postgres.implicits._
import doobie.{Get, Put}
import io.circe.Json
import org.postgresql.jdbc.PgArray
Expand All @@ -31,9 +30,6 @@ package object implicits {

private implicit val showPgArray: Show[PgArray] = Show.fromToString

implicit val getMapWithOptionStringValues: Get[Map[String, Option[String]]] = Get[Map[String, String]]
.tmap(map => map.map { case (k, v) => k -> Option(v) })

implicit val jsonArrayPut: Put[List[Json]] = {
Put.Advanced
.other[PGobject](
Expand Down

0 comments on commit f0cb4a6

Please sign in to comment.