Skip to content

Commit

Permalink
LPD-37256 Add default value for rest of affected DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoalvarosaiz authored and brianchandotcom committed Sep 27, 2024
1 parent 969e951 commit 83875f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions portal-impl/src/portal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 83875f6

Please sign in to comment.