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

Fix records to print with fieldnames #2403

Merged
merged 2 commits into from
Sep 17, 2021
Merged

Fix records to print with fieldnames #2403

merged 2 commits into from
Sep 17, 2021

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    d6ae877 View commit details
    Browse the repository at this point in the history
  2. Fix records to print with fieldnames

    We were attempting to determine a type being a records, by looking
    number of accessors and seeing if they matched a freshly generated
    number of them. This was not working as we too eagerly removed type
    prefixed names thus causing a mismatch.
    hojberg committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1620180 View commit details
    Browse the repository at this point in the history