Skip to content

GetColumns() in Postgre does not even read the type nor does it convert it to DBType! #89

@JaBistDuNarrisch

Description

@JaBistDuNarrisch

string.Format("select COLUMN_NAME, IS_NULLABLE, COLUMN_DEFAULT from information_schema.columns where table_schema = 'public' AND table_name = lower('{0}');", table)))

If used like this DbType is always String

Major bug

Image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions