mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-220: Manually recurse through the group membership graph if the database engine does not support recursive queries.
This commit is contained in:
@@ -225,5 +225,10 @@ public class MySQLEnvironment extends JDBCEnvironment {
|
||||
public String getMySQLPassword() throws GuacamoleException {
|
||||
return getRequiredProperty(MySQLGuacamoleProperties.MYSQL_PASSWORD);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isRecursiveQuerySupported() {
|
||||
return false; // Only very recent versions of MySQL / MariaDB support recursive queries through CTEs
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user