Reversing back to the row["ColumnName"] case field name. http://opensimulator.org/mantis/view.php?id=6868
parent
bb4f4d9480
commit
9b76a46df0
|
@ -206,7 +206,7 @@ namespace OpenSim.Data.PGSQL
|
||||||
|
|
||||||
DataTable schemaTable = result.GetSchemaTable();
|
DataTable schemaTable = result.GetSchemaTable();
|
||||||
foreach (DataRow row in schemaTable.Rows)
|
foreach (DataRow row in schemaTable.Rows)
|
||||||
m_ColumnNames.Add(row["column_name"].ToString());
|
m_ColumnNames.Add(row["ColumnName"].ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (string s in m_ColumnNames)
|
foreach (string s in m_ColumnNames)
|
||||||
|
|
Loading…
Reference in New Issue