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 #193

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.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5713625068


Changes Missing Coverage Covered Lines Changed/Added Lines %
daiquiri/query/process.py 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Totals Coverage Status
Change from base Build 5609252153: -0.008%
Covered Lines: 4712
Relevant Lines: 7338

💛 - Coveralls