crate / crate-npgsql

A plugin that provides extensions to Npgsql which enable usage of Npgsql as a .NET data provider for CrateDB.
Apache License 2.0
11 stars 5 forks source link

System.NotSupportedException : The field 'timestamp_field' has a type currently unknown to Npgsql (OID 1114/1115) #67

Open amotl opened 1 year ago

amotl commented 1 year ago

Tests on CI fail at two spots with:

System.NotSupportedException : The field 'timestamp_field' has a type currently unknown to Npgsql (OID 1114).
System.NotSupportedException : The field 'timestamp_array' has a type currently unknown to Npgsql (OID 1115).

Originally posted by @amotl in https://github.com/crate/crate-npgsql/issues/66#issuecomment-1438792341

amotl commented 1 year ago

The vanilla driver has corresponding references to OID 1114 and OID 1115 here:

amotl commented 1 year ago

Probably related?