You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-05 07:40:18 +02:00
Merge pull request #1447 from 1C-Company/G5V8DT-24657
G5V8DT-24657 Дополнительные возможности по работе с временными таблицами.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user