mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
PGSQL fixed a missing cast to uuid in XInventoryData
Signed-off-by: Melanie Thielker <melanie@t-data.com>
This commit is contained in:
committed by
Melanie Thielker
parent
ed641b22b3
commit
af93822465
@@ -205,7 +205,7 @@ namespace OpenSim.Data.PGSQL
|
||||
*/
|
||||
cmd.CommandText = String.Format(@"select bit_or(""inventoryCurrentPermissions"") as ""inventoryCurrentPermissions""
|
||||
from inventoryitems
|
||||
where ""avatarID"" = :PrincipalID
|
||||
where ""avatarID""::uuid = :PrincipalID
|
||||
and ""assetID"" = :AssetID
|
||||
group by ""assetID"" ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user