Issue migrated from Redmine: https://redmine.postgresql.org/issues/7272
Originally created by Frank Limpert at 2022-03-27 19:41:03 UTC.
Version: pgAdmin4 6.7 Desktop from https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal
Version: pgAdmin4 6.7 - docker image
Settings:
CSV field separator ;
CSV quote character "
CSV quoting Strings
Replace null values with nothing
Bug: An bigint column is quoted starting with line number 2002. Header line is line number 1. (i.e. record number 2001)
Expected behavior: Using the settings from above, data in numeric columns should never be quoted.
To reproduce: I've got the following types as output of my query:
smallint, smallint, bigint, character varying(32), character varying(40), date, date, smallint, integer, date, date
^ this is the column showing that weird behavior
The column in question contains rather small values between 1 and 30.