Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 22, 2023
1 parent 89c61dd commit abb656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalasql/test/src/datatypes/OptionalTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ trait OptionalTests extends ScalaSqlSuite {
FROM opt_cols opt_cols0
WHERE (opt_cols0.my_int IS NULL)""",
value = Seq(OptCols[Id](None, None), OptCols[Id](None, Some(4))),
docs ="""
docs = """
`.isEmpty` on `Expr[Option[V]]` translates to a SQL
`IS NULL` check
"""
Expand Down

0 comments on commit abb656c

Please sign in to comment.