microsoft / azuredatastudio-postgresql

azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases
Other
198 stars 37 forks source link

Add proper error handling when timestamp converter fails #457

Closed DaeunYim closed 11 months ago

DaeunYim commented 1 year ago

Needs proper error handling for timestamp conversion fails happening because of the disparity between PostgreSQL and Psycopg3

Refer to psycopg doc https://www.psycopg.org/psycopg3/docs/basic/adapt.html#date-time-types-adaptation

and this issue https://github.com/microsoft/azuredatastudio-postgresql/issues/437