Unverified Commit a7889dfa authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Compute COPY attribute list using SQL. (#661)

Before embedding SQLite we could not depend on aggregates FILTER clause to
be available, and as a result we had to aggregate the attribute list in our
own C code. Turns out we had strange bugs around that, that hopefully the
very simple SQL query will not have.
parent 4b186302
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment