Skip to content

Commit 54f4c07

Browse files
committed
update readme
1 parent 947a417 commit 54f4c07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ explains how to use `database/sql` along with sqlx.
2929

3030
## Changes compared to the original sqlx
3131

32+
* Better scanning in the case of outer joins. If a struct contains a nested
33+
struct pointer, it will no longer be a scan error.
34+
3235
* Made complex joins easier to scan by using the position of the field
3336
to help map duplicate column names into structs. See the [joins
3437
example](./examples/joins/main.go).

0 commit comments

Comments
 (0)