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

Recursive optional nested expanding. #681

Merged
merged 2 commits into from
Dec 26, 2016
Merged

Recursive optional nested expanding. #681

merged 2 commits into from
Dec 26, 2016

Conversation

mxl
Copy link
Contributor

@mxl mxl commented Dec 23, 2016

Fixes #667
Should fix #668

Checklist

  • Unit test all changes
  • Update README.md if applicable
  • Add [WIP] to the pull request title if it's work in progress
  • Squash commits that aren't meaningful changes
  • Run sbt scalariformFormat test:scalariformFormat to make sure that the source files are formatted

@getquill/maintainers

(("a", Some((Entity1("1", 2), Entity2(Some(3))))))
}
"extracts None if one column is undefined" in {
meta.extract(Row("a", Some("1"), None, Some(Some(3)))) mustEqual
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about Some(Some(3)). I think it should able to extract Some(3) but now it's failing. Will try to fix that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

besides this problem, the fix looks good

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved it.

@mxl mxl changed the title Recursive optional nested expanding. [WIP] Recursive optional nested expanding. Dec 25, 2016
@mxl mxl changed the title [WIP] Recursive optional nested expanding. Recursive optional nested expanding. Dec 25, 2016
@mxl
Copy link
Contributor Author

mxl commented Dec 25, 2016

@fwbrasil Done.

@fwbrasil fwbrasil merged commit 9c38578 into zio:master Dec 26, 2016
@mxl mxl deleted the fix-667 branch December 26, 2016 08:22
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.

Left join breaking nullability parsing regression Nested (left) join regression
2 participants