Skip to content

Commit

Permalink
Removed stray debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Oct 5, 2024
1 parent 389697a commit 9bd0b28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ trait DoobieOracleMappingLike[F[_]] extends DoobieMappingLike[F] with SqlMapping
case "BIGINT" => "NUMBER"
case other => other
}
//println(s"name: $name $convName ${codec._1.put.jdbcTargets}")
Fragments.const(s"TO_$convName(NULL)")
case _ => Fragments.const("NULL")
}
Expand Down

0 comments on commit 9bd0b28

Please sign in to comment.