This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from b8770589f Merge 1.5.1 changes back to master.
add 7f37d0b0d GUACAMOLE-1253: Update select all queries to process in
batches.
new 8e9731741 GUACAMOLE-1253: Merge batching of large SQL queries.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)