mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 1.5.2 changes back to master.
This commit is contained in:
@@ -257,5 +257,17 @@ public class SQLServerGuacamoleProperties {
|
|||||||
public String getName() { return "sqlserver-trust-all-server-certificates"; }
|
public String getName() { return "sqlserver-trust-all-server-certificates"; }
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The maximum number of identifiers/parameters to be included in a single batch when
|
||||||
|
* executing SQL statements.
|
||||||
|
*/
|
||||||
|
public static final IntegerGuacamoleProperty SQLSERVER_BATCH_SIZE =
|
||||||
|
new IntegerGuacamoleProperty() {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getName() { return "sqlserver-batch-size"; }
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user