jmuehlner commented on code in PR #203: URL: https://github.com/apache/guacamole-manual/pull/203#discussion_r1164695383
########## src/jdbc-auth.md: ########## @@ -1435,59 +1405,49 @@ descriptive name with the protocol to be used for the connection. It contains the following columns: `connection_id` -: The unique integer associated with each connection. This value is - generated automatically when a new entry is inserted into the - `guacamole_connection` table. +: A unique integer for each connection, generated automatically upon creating a + new entry in the `guacamole_connection` table. `connection_name` -: The unique name associated with each connection. This value must be - specified manually, and must be different from any existing connection - name in the same connection group. References to connections in other - tables use the value from `connection_id`, not `connection_name`. +: A unique name for each connection. This value must be manually specified and + unique within the same connection group. Other tables reference connections Review Comment: What is this connection group the same as now? With these edits, this sentence doesn't make sense to me anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
