GUACAMOLE-5: Column "sharing_profile_id" is ambiguous without the table name.

This commit is contained in:
Michael Jumper
2016-07-25 14:25:53 -07:00
parent 8fad01c65c
commit f119b97230
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
<!-- Select identifiers of all readable sharing profiles associated with a particular connection -->
<select id="selectReadableIdentifiersWithin" resultType="string">
SELECT sharing_profile_id
SELECT guacamole_sharing_profile.sharing_profile_id
FROM guacamole_sharing_profile
JOIN guacamole_sharing_profile_permission ON guacamole_sharing_profile_permission.sharing_profile_id = guacamole_sharing_profile.sharing_profile_id
WHERE