Hello,
we are migrating a PowerBuilder project from Oracle to Postgres.
In Oracle a multiline text in a datawindows is saved correctly (with chr(13), chr(10)). In Postgres (version 12 with odbc driver) the carriage return, line feed is replaced with two spaces.
Is there a workaround for this?