Hi, in the past i used reader.GetDataTypeName on to get the type of pragma table_info PK. Normally this would return the string "Integer", now it will return a empty string. As workaround I now use reader.GetFieldType().Name. Is this a known issue?
Hi, in the past i used reader.GetDataTypeName on to get the type of pragma table_info PK. Normally this would return the string "Integer", now it will return a empty string. As workaround I now use reader.GetFieldType().Name. Is this a known issue?