mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-04-04 17:54:37 +02:00
Merge pull request #1447 from 1C-Company/G5V8DT-24657
G5V8DT-24657 Дополнительные возможности по работе с временными таблицами.
This commit is contained in:
commit
6706bfd4ba
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user