Reversing back to the row["ColumnName"] case field name. http://opensimulator.org/mantis/view.php?id=6868

This commit is contained in:
Fernando Oliveira
2013-11-28 00:10:36 -02:00
committed by Justin Clark-Casey (justincc)
parent bb4f4d9480
commit 9b76a46df0

View File

@@ -206,7 +206,7 @@ namespace OpenSim.Data.PGSQL
DataTable schemaTable = result.GetSchemaTable();
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)