We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are 4 places in the code where ascii-style tables e.g.
x | y ---+----- 1 | 101 2 | 201
are parsed into python objects. This should be refactored so the parsing is common to all uses.
Current locations of ascii table parsing are (roughly):
ehrql/ehrql/docs/specs.py
Lines 210 to 211 in 42b273b
ehrql/ehrql/query_engines/in_memory_database.py
Lines 64 to 65 in 42b273b
Lines 147 to 148 in 42b273b
ehrql/tests/spec/conftest.py
Lines 94 to 95 in 42b273b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are 4 places in the code where ascii-style tables e.g.
are parsed into python objects. This should be refactored so the parsing is common to all uses.
Current locations of ascii table parsing are (roughly):
ehrql/ehrql/docs/specs.py
Lines 210 to 211 in 42b273b
ehrql/ehrql/query_engines/in_memory_database.py
Lines 64 to 65 in 42b273b
ehrql/ehrql/query_engines/in_memory_database.py
Lines 147 to 148 in 42b273b
ehrql/tests/spec/conftest.py
Lines 94 to 95 in 42b273b
The text was updated successfully, but these errors were encountered: