mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	Ticket #263: Improved guacamole-ext and added ConnectionGroup mapper.
This commit is contained in:
		| @@ -39,6 +39,16 @@ | ||||
|                 sqlStatement="SELECT LAST_INSERT_ID()"/> | ||||
|         </table> | ||||
|  | ||||
|         <table tableName="guacamole_connection_group" | ||||
|             catalog="${guacamole.database.catalog}" | ||||
|             schema="${guacamole.database.schema}" | ||||
|             domainObjectName="ConnectionGroup" > | ||||
|             <property name="useActualColumnNames" value="true"/> | ||||
|             <property name="ignoreQualifiersAtRuntime" value="true"/> | ||||
|             <generatedKey column="connection_group_id" identity="true" | ||||
|                 sqlStatement="SELECT LAST_INSERT_ID()"/> | ||||
|         </table> | ||||
|  | ||||
|         <table tableName="guacamole_connection_parameter" | ||||
|             catalog="${guacamole.database.catalog}" | ||||
|             schema="${guacamole.database.schema}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user