timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.29k stars 300 forks source link

Remove single quotes from additional tags in TimescaleDB loader #8

Closed RobAtticus closed 6 years ago

RobAtticus commented 6 years ago

Originally these quotes were needed when using a bulk INSERT instead of COPY. However for COPY they break the loader since it is an invalid token.

Fixes #7.