We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a06471 commit d27e981Copy full SHA for d27e981
NEWS.md
@@ -2,8 +2,10 @@
2
3
## v0.15.0
4
5
-* When a query is used in a scalar context, such as an `IN` expression,
6
- make it return the first column only (see #75).
+* **Breaking change:** when a query is used in a scalar context, such as
+ an `IN` expression, make it return the first column only (see #75).
7
+ Previously, such query would `SELECT NULL` unless the query ends with
8
+ an explicit `Select()`.
9
10
11
## v0.14.3
0 commit comments