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

refs #1736 fixed a bug in processing "list mode" data in the Mapper c… #1737

Merged
merged 8 commits into from Mar 6, 2017

Conversation

davidnich
Copy link
Contributor

@davidnich davidnich commented Mar 3, 2017

…lass such as submitted from InboundTableMapper::queueData(hash of lists); this bug was introduced in Qore 0.8.12.7 with the fix for refs #1626

…lass such as submitted from InboundTableMapper::queueData(hash of lists); this bug was introduced in Qore 0.8.12.6 with the fix for refs #1620
@davidnich davidnich assigned pavelkveton and unassigned pavelkveton Mar 3, 2017
…ing optimized hashes of lists and constant values
…xed lists and single values and to throw a runtime exception if lists of different sizes are encountered instead of silently ignoring the data

refs #1736 updated the TableMapper class to use the original, must more efficient implementation of iterating hash of list data with <hash>::contextIterator()

added tests + relnotes
@davidnich
Copy link
Contributor Author

davidnich commented Mar 4, 2017

@pavelkveton the implementation has been improved with a fix for #1738

@pavelkveton pavelkveton merged commit 3ebd0d4 into 0.8.12 Mar 6, 2017
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.

None yet

2 participants