From 83875f6e04832bd5a1716916d4d31748f28be488 Mon Sep 17 00:00:00 2001 From: Mariano Alvaro Saiz Date: Thu, 26 Sep 2024 11:26:01 +0200 Subject: [PATCH] LPD-37256 Add default value for rest of affected DB. --- portal-impl/src/portal.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/portal-impl/src/portal.properties b/portal-impl/src/portal.properties index 5234525d9b34e6..c066006fddb005 100644 --- a/portal-impl/src/portal.properties +++ b/portal-impl/src/portal.properties @@ -1416,11 +1416,17 @@ # statement. If generated SQL exceeds the limitation, we need to execute the # SQL by batch. See LPS-189621 for more information. # + # Env: LIFERAY_DATABASE_PERIOD_MAX_PERIOD_PARAMETERS_OPENBRACKET_DB_NUMBER2__CLOSEBRACKET_ # Env: LIFERAY_DATABASE_PERIOD_MAX_PERIOD_PARAMETERS_OPENBRACKET_ORACLE_CLOSEBRACKET_ + # Env: LIFERAY_DATABASE_PERIOD_MAX_PERIOD_PARAMETERS_OPENBRACKET_POSTGRESQL_CLOSEBRACKET_ # Env: LIFERAY_DATABASE_PERIOD_MAX_PERIOD_PARAMETERS_OPENBRACKET_SQLSERVER_CLOSEBRACKET_ + # Env: LIFERAY_DATABASE_PERIOD_MAX_PERIOD_PARAMETERS_OPENBRACKET_SYBASE_CLOSEBRACKET_ # database.max.parameters[oracle]=65400 + database.max.parameters[db2]=7500 + database.max.parameters[postgresql]=65400 database.max.parameters[sqlserver]=2000 + database.max.parameters[sybase]=1900 # # Set the max number of columns in an ORDER BY clause.