File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
core/src/main/scala/doobie/util Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ object fragments {
66
66
NonEmptyList .fromFoldable(fs).map(nel => and(nel, withParen))
67
67
}
68
68
69
- /** Similar to andOpt, but defaults to FALSE if passed an empty collection */
69
+ /** Similar to andOpt, but defaults to TRUE if passed an empty collection */
70
70
def andFallbackTrue [F [_] : Foldable ](fs : F [Fragment ]): Fragment = {
71
71
andOpt(fs).getOrElse(fr " TRUE " )
72
72
}
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ Don't see yours? [You can add it in a PR!](https://github.com/tpolecat/doobie/ed
139
139
- [ FinDynamic] ( https://www.findynamic.com/en )
140
140
- [ Fivebox] ( https://fivebox.com/ )
141
141
- [ HIFI] ( https://hi.fi )
142
+ - [ Input Objects] ( https://inputobjects.eu )
142
143
- [ Intent HQ] ( https://intenthq.com )
143
144
- [ ITV] ( https://www.itv.com/ )
144
145
- [ lences.io] ( https://lenses.io )
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
8
8
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.6" )
9
9
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
10
10
addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.21" )
11
- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.0 " )
11
+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.5.1 " )
You can’t perform that action at this time.
0 commit comments