Skip to content

Lal/coal csv file names for prod 15778#68

Open
lalepee wants to merge 4 commits intomainfrom
LAL/coal-csv-file-names-for-PROD-15778
Open

Lal/coal csv file names for prod 15778#68
lalepee wants to merge 4 commits intomainfrom
LAL/coal-csv-file-names-for-PROD-15778

Conversation

@lalepee
Copy link
Collaborator

@lalepee lalepee commented Mar 17, 2026

It seems too simple but tests are working. Did i miss something ?

@lalepee lalepee requested a review from neomatamune March 17, 2026 13:35
class TestStore:
"""Tests for the store class."""

def test_get_table(self, store):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could add a test with case sensitive names, "UPPER" and "upper" should be either the same or different tables
We need to chose the standard working here, according to sql they should be the same, but we could have user having a "File.csv" and "file.csv" living next to each other.
Current implementation would have "File" and "file" being 2 different tables in the get_table, but we need to make sure that the add_table act identical then.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Table FILE and file are the same in the sqlite.

All table names are store and get on lowercase
@lalepee lalepee requested a review from neomatamune March 18, 2026 10:36
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.

2 participants