You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-04 15:28:44 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selectQuery.getIndexes() == null || selectQuery.getIndexes().isEmpty())
|
if (selectQuery.getIndexSets().isEmpty())
|
||||||
{
|
{
|
||||||
AbstractQuerySchemaTable table = selectQuery.getPlacementTable();
|
AbstractQuerySchemaTable table = selectQuery.getPlacementTable();
|
||||||
String excludeTableNamePattern = parameters.getString(PARAMETER_EXCLUDE_TABLE_NAME_PATTERN);
|
String excludeTableNamePattern = parameters.getString(PARAMETER_EXCLUDE_TABLE_NAME_PATTERN);
|
||||||
|
Reference in New Issue
Block a user