Skip to content

Commit 4da3051

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix-future-leak
2 parents 4ca8a3b + 323b62e commit 4da3051

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

modules/core/src/main/scala/doobie/util/fragments.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object fragments {
6666
NonEmptyList.fromFoldable(fs).map(nel => and(nel, withParen))
6767
}
6868

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 */
7070
def andFallbackTrue[F[_] : Foldable](fs: F[Fragment]): Fragment = {
7171
andOpt(fs).getOrElse(fr"TRUE")
7272
}

modules/docs/src/main/mdoc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Don't see yours? [You can add it in a PR!](https://github.com/tpolecat/doobie/ed
139139
- [FinDynamic](https://www.findynamic.com/en)
140140
- [Fivebox](https://fivebox.com/)
141141
- [HIFI](https://hi.fi)
142+
- [Input Objects](https://inputobjects.eu)
142143
- [Intent HQ](https://intenthq.com)
143144
- [ITV](https://www.itv.com/)
144145
- [lences.io](https://lenses.io)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
88
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
99
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1010
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")

0 commit comments

Comments
 (0)