mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Updates to MSSQL to most recent compatibility, also included Windlight support. Needs plenty of testing but clean install and migration from 0.6.9 have been tested and work, a few indexes still need to be added for performance.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a3e0895f12
commit
5fb0455e92
@@ -70,6 +70,7 @@ namespace OpenSim.Data.MSSQL
|
||||
string sql = "select * from ["+m_Realm+"] where regionName like @regionName";
|
||||
if (scopeID != UUID.Zero)
|
||||
sql += " and ScopeID = @scopeID";
|
||||
sql += " order by regionName";
|
||||
using (SqlConnection conn = new SqlConnection(m_ConnectionString))
|
||||
using (SqlCommand cmd = new SqlCommand(sql, conn))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user