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

Correct writing to database files with different field ordering #2

Open
thawes-rse opened this issue Sep 25, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@thawes-rse
Copy link
Member

thawes-rse commented Sep 25, 2023

Setup: create a database csv file with fields ordered with a certain ordering. Initialise a CsvDB instance on the csv file and with the fields ordered differently. The create a record with the instance.

Should see: the record is recorded to the csv file with the field values correctly aligned to the order of the fields in the file.

Actually see: the fields values are written to the csv file ordered according to the ordering given at initialisation.

@thawes-rse thawes-rse added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant