Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Support nested Parameters. - #84

Open
echlebek wants to merge 2 commits into
Knetic:masterfrom
echlebek:nested-parameters
Open

Support nested Parameters.#84
echlebek wants to merge 2 commits into
Knetic:masterfrom
echlebek:nested-parameters

Conversation

@echlebek

Copy link
Copy Markdown

Support nested Parameters by adding a type assertion to the query
loop in evaluationStage.go. Remove the check for unexported
accessors in the parser, and replace with a check for unexported
field access in evaluationStage.

This allows nesting maps in an arbitrary fashion with the
MapParameters type, as shown by the unit test.

Fixes #70

Eric Chlebek added 2 commits November 22, 2017 15:02
Support nested Parameters by adding a type assertion to the query
loop in evaluationStage.go. Remove the check for unexported
accessors in the parser, and replace with a check for unexported
field access in evaluationStage.

This allows nesting maps in an arbitrary fashion with the
MapParameters type, as shown by the unit test.

Fixes Knetic#70
@echlebek

echlebek commented Mar 8, 2018

Copy link
Copy Markdown
Author

Any chance of getting this merged in? We're maintaining a fork currently. 🙏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant