django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

Hotfix sync queries #192

Closed agy-why closed 1 year ago

agy-why commented 1 year ago

The order of the columns in case of SELECT * and sync queries were depending on the ingestion order of the columns (kind of random).

We correct that in ordering the columns according to the order metadata information.

agy-why commented 1 year ago

bad tree

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5713521397


Changes Missing Coverage Covered Lines Changed/Added Lines %
daiquiri/query/process.py 0 3 0.0%
daiquiri/metadata/serializers/validators.py 4 18 22.22%
<!-- Total: 9 26 34.62% -->
Totals Coverage Status
Change from base Build 5609252153: -0.1%
Covered Lines: 4717
Relevant Lines: 7357

💛 - Coveralls