mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Reversing back to the row["ColumnName"] case field name. http://opensimulator.org/mantis/view.php?id=6868
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
bb4f4d9480
commit
9b76a46df0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user