Skip to content

Commit

Permalink
Fixed bug with QueryBool.raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalin-Rudnicki committed Sep 11, 2024
1 parent 72e0f31 commit ce33237
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ final case class QueryBool private[sql] (
true,
)

}
object QueryBool {

def raw(fragment: Fragment): QueryBool = QueryBool(fragment, true, true)

}
Expand Down

0 comments on commit ce33237

Please sign in to comment.