diff options
author | Jeff Ames | 2008-09-09 01:26:48 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-09 01:26:48 +0000 |
commit | fae34bb10cfa10702faf5c19d8c8517faa018cb5 (patch) | |
tree | 2001f24703b010957254dbb49ef5e222ff30b84d /OpenSim/Data/MSSQL | |
parent | Fix state xxx within state xxx itself triggering a state "change" to (diff) | |
download | opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.zip opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.gz opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.bz2 opensim-SC_OLD-fae34bb10cfa10702faf5c19d8c8517faa018cb5.tar.xz |
Update svn properties, formatting cleanup.
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLRegionData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs index d267e41..ff9d860 100644 --- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs +++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs | |||
@@ -644,7 +644,7 @@ VALUES | |||
644 | using (AutoClosingSqlCommand cmd = _Database.Query(sql)) | 644 | using (AutoClosingSqlCommand cmd = _Database.Query(sql)) |
645 | { | 645 | { |
646 | cmd.Parameters.Add(_Database.CreateParameter("@regionUUID", regionUUID.ToString())); | 646 | cmd.Parameters.Add(_Database.CreateParameter("@regionUUID", regionUUID.ToString())); |
647 | using(SqlDataReader reader = cmd.ExecuteReader()) | 647 | using (SqlDataReader reader = cmd.ExecuteReader()) |
648 | { | 648 | { |
649 | if (reader.Read()) | 649 | if (reader.Read()) |
650 | { | 650 | { |
@@ -1519,7 +1519,7 @@ VALUES | |||
1519 | 1519 | ||
1520 | dataAdapter.InsertCommand = commandBuilder.GetInsertCommand(true); | 1520 | dataAdapter.InsertCommand = commandBuilder.GetInsertCommand(true); |
1521 | dataAdapter.UpdateCommand = commandBuilder.GetUpdateCommand(true); | 1521 | dataAdapter.UpdateCommand = commandBuilder.GetUpdateCommand(true); |
1522 | dataAdapter.DeleteCommand = commandBuilder.GetDeleteCommand(true); | 1522 | dataAdapter.DeleteCommand = commandBuilder.GetDeleteCommand(true); |
1523 | } | 1523 | } |
1524 | #endregion | 1524 | #endregion |
1525 | } | 1525 | } |