When a DataTable is filled from a NpgsqlDataReader whose results include a _text column, that column is skipped by a DataGridView.
To reproduce,
select * from pg_catalog.pg_settings
The column enumvals will be skipped.
The Nuget package used is version 10.0.3.0.
When a
DataTableis filled from aNpgsqlDataReaderwhose results include a_textcolumn, that column is skipped by aDataGridView.To reproduce,
The column
enumvalswill be skipped.The Nuget package used is version 10.0.3.0.