1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-17 13:07:50 +02:00

G5V8DT-24657 Дополнительные возможности по работе с временными

таблицами.
This commit is contained in:
Maxim Dzyuba
2024-04-25 17:15:20 +03:00
parent 7f7a9c72cd
commit 0929d0044d

View File

@ -82,7 +82,7 @@ public class TempTableHasIndex
return;
}
if (selectQuery.getIndexes() == null || selectQuery.getIndexes().isEmpty())
if (selectQuery.getIndexSets().isEmpty())
{
AbstractQuerySchemaTable table = selectQuery.getPlacementTable();
String excludeTableNamePattern = parameters.getString(PARAMETER_EXCLUDE_TABLE_NAME_PATTERN);