You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2023/05/15 16:41:19 UTC

[guacamole-client] 01/01: GUACAMOLE-1253: Merge update select all queries to process in batches.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.5.2
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 4fde5adccbdcb476d4124d36a43179fa48591b1d
Merge: 7e38a089c 2708a205d
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon May 15 12:41:12 2023 -0400

    GUACAMOLE-1253: Merge update select all queries to process in batches.

 .../guacamole/auth/jdbc/JDBCEnvironment.java       | 13 ++++++
 .../jdbc/base/ModeledDirectoryObjectService.java   | 51 +++++++++++++++-------
 .../auth/mysql/conf/MySQLEnvironment.java          | 21 +++++++++
 .../auth/mysql/conf/MySQLGuacamoleProperties.java  | 12 +++++
 .../postgresql/conf/PostgreSQLEnvironment.java     | 19 ++++++++
 .../conf/PostgreSQLGuacamoleProperties.java        | 12 +++++
 .../auth/sqlserver/conf/SQLServerEnvironment.java  | 18 ++++++++
 .../conf/SQLServerGuacamoleProperties.java         | 12 +++++
 8 files changed, 143 insertions(+), 15 deletions(-)