This commit is contained in:
@@ -486,7 +486,7 @@ namespace AyaNova.Biz
|
||||
while (dr.Read())
|
||||
{
|
||||
List<AyaFieldData> row = new List<AyaFieldData>(returnRowCount);
|
||||
//GetOrdinal is flakey in npgsql so need an alternative, probably faster this way anyway
|
||||
//GetOrdinal is flakey in npgsql so just going by field definition and ordinal numerically
|
||||
int nCurrentColumnPointer=0;
|
||||
//flag to handle first column which has no display value, just an id instead
|
||||
bool isFirstDFColumn=true;
|
||||
|
||||
Reference in New Issue
Block a user