Releases: PostgREST/pg_csv
Releases · PostgREST/pg_csv
v1.0.1
What's Changed
- fix: compile -Wunterminated-string-initialization by @steve-chavez in #11
Full Changelog: v1.0...v1.0.1
v1.0
What's Changed
- test: ensure weird column gets quoted correctly by @steve-chavez in #3
- feat: improve DX of csv_agg with csv_options by @steve-chavez in #5
- feat: add BOM option to csv_agg by @steve-chavez in #4
- feat: add header to csv_options by @steve-chavez in #6
- test: ensure dropped columns case is tested by @steve-chavez in #7
- feat: add nullstr option by @steve-chavez in #8
Full Changelog: v0.1...v1.0