Borvik / vscode-postgres

PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
MIT License
228 stars 49 forks source link

CSV export of timestamp columns broken #223

Closed zornwal closed 1 year ago

zornwal commented 1 year ago

Saving a query result as CSV leads to timestamp without timezone columns having empty values, instead of epoch value as previous.

https://github.com/Borvik/vscode-postgres/issues/114 Seems to relate to using formatted dates instead of epoch, but currently nothing is exported at all for CSV.

Borvik commented 1 year ago

This should be corrected in 1.4.3