mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-697: Add DISTINCT to selectOne permissions queries.
This commit is contained in:
		| @@ -51,7 +51,7 @@ | ||||
|     <!-- Select the single permission matching the given criteria --> | ||||
|     <select id="selectOne" resultMap="ConnectionGroupPermissionResultMap"> | ||||
|  | ||||
|         SELECT | ||||
|         SELECT DISTINCT | ||||
|             #{entity.entityID,jdbcType=INTEGER} AS entity_id, | ||||
|             permission, | ||||
|             connection_group_id | ||||
|   | ||||
| @@ -51,7 +51,7 @@ | ||||
|     <!-- Select the single permission matching the given criteria --> | ||||
|     <select id="selectOne" resultMap="ConnectionPermissionResultMap"> | ||||
|  | ||||
|         SELECT | ||||
|         SELECT DISTINCT | ||||
|             #{entity.entityID,jdbcType=INTEGER} AS entity_id, | ||||
|             permission, | ||||
|             connection_id | ||||
|   | ||||
| @@ -51,7 +51,7 @@ | ||||
|     <!-- Select the single permission matching the given criteria --> | ||||
|     <select id="selectOne" resultMap="SharingProfilePermissionResultMap"> | ||||
|  | ||||
|         SELECT | ||||
|         SELECT DISTINCT | ||||
|             #{entity.entityID,jdbcType=INTEGER} AS entity_id, | ||||
|             permission, | ||||
|             sharing_profile_id | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|     <!-- Select the single permission matching the given criteria --> | ||||
|     <select id="selectOne" resultMap="UserGroupPermissionResultMap"> | ||||
|  | ||||
|         SELECT | ||||
|         SELECT DISTINCT | ||||
|             #{entity.entityID,jdbcType=INTEGER} AS entity_id, | ||||
|             permission, | ||||
|             affected_entity.name AS affected_name | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|     <!-- Select the single permission matching the given criteria --> | ||||
|     <select id="selectOne" resultMap="UserPermissionResultMap"> | ||||
|  | ||||
|         SELECT | ||||
|         SELECT DISTINCT | ||||
|             #{entity.entityID,jdbcType=INTEGER} AS entity_id, | ||||
|             permission, | ||||
|             affected_entity.name AS affected_name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user