mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-5: Column "sharing_profile_id" is ambiguous without the table name.
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<!-- Select identifiers of all readable sharing profiles associated with a particular connection -->
|
<!-- Select identifiers of all readable sharing profiles associated with a particular connection -->
|
||||||
<select id="selectReadableIdentifiersWithin" resultType="string">
|
<select id="selectReadableIdentifiersWithin" resultType="string">
|
||||||
SELECT sharing_profile_id
|
SELECT guacamole_sharing_profile.sharing_profile_id
|
||||||
FROM guacamole_sharing_profile
|
FROM guacamole_sharing_profile
|
||||||
JOIN guacamole_sharing_profile_permission ON guacamole_sharing_profile_permission.sharing_profile_id = guacamole_sharing_profile.sharing_profile_id
|
JOIN guacamole_sharing_profile_permission ON guacamole_sharing_profile_permission.sharing_profile_id = guacamole_sharing_profile.sharing_profile_id
|
||||||
WHERE
|
WHERE
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<!-- Select identifiers of all readable sharing profiles associated with a particular connection -->
|
<!-- Select identifiers of all readable sharing profiles associated with a particular connection -->
|
||||||
<select id="selectReadableIdentifiersWithin" resultType="string">
|
<select id="selectReadableIdentifiersWithin" resultType="string">
|
||||||
SELECT sharing_profile_id
|
SELECT guacamole_sharing_profile.sharing_profile_id
|
||||||
FROM guacamole_sharing_profile
|
FROM guacamole_sharing_profile
|
||||||
JOIN guacamole_sharing_profile_permission ON guacamole_sharing_profile_permission.sharing_profile_id = guacamole_sharing_profile.sharing_profile_id
|
JOIN guacamole_sharing_profile_permission ON guacamole_sharing_profile_permission.sharing_profile_id = guacamole_sharing_profile.sharing_profile_id
|
||||||
WHERE
|
WHERE
|
||||||
|
Reference in New Issue
Block a user