We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a417 commit 54f4c07Copy full SHA for 54f4c07
1 file changed
README.md
@@ -29,6 +29,9 @@ explains how to use `database/sql` along with sqlx.
29
30
## Changes compared to the original sqlx
31
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
+
35
* Made complex joins easier to scan by using the position of the field
36
to help map duplicate column names into structs. See the [joins
37
example](./examples/joins/main.go).
0 commit comments