Skip to content

v0.1.2: Mindtagger: fixed TSV and Postgres array parsing

Compare
Choose a tag to compare
@netj netj released this 05 Dec 08:55
· 2 commits to v0.1.x since this release
Postgres arrays serialized in CSV were being parsed incorrectly, because
TSV escapes were being incorrectly handled while parsing Postgres
arrays.  Now, TSVs escapes are handled earlier at the backend, so the
frontend receives the same data regardless of the items input format:
CSV or TSV.

Fixes HazyResearch/deepdive#173