Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested structs #21

Merged
merged 5 commits into from
Oct 20, 2020
Merged

Support nested structs #21

merged 5 commits into from
Oct 20, 2020

Conversation

georgysavva
Copy link
Owner

@georgysavva georgysavva commented Oct 20, 2020

As discussed in #17 this adds support for nested structs to mirror the sqlx feature. Also as a side change now it's allowed to embed unexported structs

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #21 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   95.04%   95.06%   +0.02%     
==========================================
  Files           4        4              
  Lines         242      243       +1     
==========================================
+ Hits          230      231       +1     
  Misses          6        6              
  Partials        6        6              

@georgysavva georgysavva merged commit 7f4aa73 into master Oct 20, 2020
@georgysavva georgysavva deleted the support-nested-structs branch October 20, 2020 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant