Skip to content

Commit

Permalink
CHANGELOG: Updated to mention #157
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Jul 3, 2023
1 parent 39ac854 commit b4cc109
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ mechanism.
columns names on a `SELECT * FROM tbl1 JOIN tbl2`, where `tbl1` and `tbl2`
have clashing column names ([docs](https://sq.io/docs/config/#resultcolumnrename)).

- [#157]: Previously only `join` (`INNER JOIN`) was available: now the rest of
the join types such as `left_outer_join`, `cross_join`, etc. are
implemented ([docs](https://sq.io/docs/query/#join-types)).


### Changed

- ☢️ [#12]: The table [join](https://sq.io/docs/query/#joins) mechanism has been
completely overhauled. Now there's support for multiple joins, as well as
other join types such as `LEFT OUTER JOIN`, `CROSS JOIN`, etc. See [docs](https://sq.io/docs/query/#joins).
completely overhauled. Now there's support for multiple joins. See [docs](https://sq.io/docs/query/#joins).

```shell
# Previously, only a single join was possible
Expand Down Expand Up @@ -661,6 +665,7 @@ make working with lots of sources much easier.
[#151]: https://github.com/neilotoole/sq/issues/151
[#153]: https://github.com/neilotoole/sq/issues/153
[#155]: https://github.com/neilotoole/sq/issues/155
[#157]: https://github.com/neilotoole/sq/issues/157
[#158]: https://github.com/neilotoole/sq/issues/158
[#160]: https://github.com/neilotoole/sq/issues/160
[#162]: https://github.com/neilotoole/sq/issues/162
Expand Down

0 comments on commit b4cc109

Please sign in to comment.