mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Change UUIDs in SQLite user db to dashed format to match representations elsewhere
This commit is contained in:
@@ -877,7 +877,7 @@ namespace OpenSim.Data.SQLite
|
||||
DataTable inventoryItemTable = ds.Tables["inventoryitems"];
|
||||
string selectExp
|
||||
= "avatarID = '" + avatarID + "' AND assetType = " + (int)AssetType.Gesture + " AND flags = 1";
|
||||
m_log.DebugFormat("[SQL]: sql = " + selectExp);
|
||||
//m_log.DebugFormat("[SQL]: sql = " + selectExp);
|
||||
DataRow[] rows = inventoryItemTable.Select(selectExp);
|
||||
foreach (DataRow row in rows)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user