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

varregion
Fernando Oliveira 2013-11-28 00:10:36 -02:00 committed by Justin Clark-Casey (justincc)
parent bb4f4d9480
commit 9b76a46df0
1 changed files with 1 additions and 1 deletions

View File

@ -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)