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

Preserve ordering of named and anonymous records #37

Closed
kevlarr opened this issue May 23, 2022 · 0 comments · Fixed by #51
Closed

Preserve ordering of named and anonymous records #37

kevlarr opened this issue May 23, 2022 · 0 comments · Fixed by #51

Comments

@kevlarr
Copy link
Collaborator

kevlarr commented May 23, 2022

Splitting anonymous and named records into groups and inserting based on that means the ordering of inserts will be different than how they are ordered in the file, if anonymous and named records are mixed.

Inserts should occur in the order present in the file, mainly because that would be the expected behavior and there's no reason that implementation alone should necessitate unexpected behavior.

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 a pull request may close this issue.

1 participant