-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
search for a match by ID #62
Conversation
WalkthroughThe recent software update involves standardizing the parameter name Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional Context UsedGitHub Check Runs (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 9
Out of diff range and nitpick comments (2)
src/InformationRegisters/__СоответствияОбъектовИБ/Ext/ManagerModule.bsl (1)
36-36
: Ensure the line length does not exceed 120 characters.Consider breaking the SQL query into multiple lines to adhere to the maximum line length standard.
src/CommonModules/__ОбщегоНазначенияПовтИсп/Ext/Module.bsl (1)
69-69
: Ensure the line length does not exceed 120 characters.Consider breaking the function call into multiple lines to adhere to the maximum line length standard.
@@ -104,7 +105,7 @@ | |||
// - Массив - Значения объекта из регистра сведений __СоответствияОбъектовИБ, | |||
// если соответствие одно в массив будет один элемент | |||
// | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ТипСоответствия, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the function documentation to reflect the new parameter name.
- // ТипСоответствия - СправочникСсылка.__ТипСоответствияОбъектовИБ - Тип соответствия.
+ // ИдентификаторНастройки - СправочникСсылка.__ТипСоответствияОбъектовИБ - Идентификатор настройки.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |
// ИдентификаторНастройки - СправочникСсылка.__ТипСоответствияОбъектовИБ - Идентификатор настройки. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denisushakov тут тоже
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!
@@ -66,9 +66,13 @@ | |||
// Возвращаемое значение: | |||
// - ТаблицаЗначений - Таблица соответствий по отбору. | |||
// | |||
Функция ПолучитьСоответствиеОбъектовИБ(ТипСоответствия, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | |||
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denisushakov тут он прав, в описании осталось старое название параметра
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!
@@ -84,10 +88,10 @@ | |||
// - Массив - Значения объекта из регистра сведений __СоответствияОбъектовИБ, | |||
// если соответствие одно в массив будет один элемент | |||
// | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ТипСоответствия, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the function documentation to reflect the new parameter name.
- // ТипСоответствия - СправочникСсылка.__ТипСоответствияОбъектовИБ - Тип соответствия.
+ // ИдентификаторНастройки - СправочникСсылка.__ТипСоответствияОбъектовИБ - Идентификатор настройки.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта) Экспорт | |
// ИдентификаторНастройки - СправочникСсылка.__ТипСоответствияОбъектовИБ - Идентификатор настройки. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
@@ -107,12 +107,16 @@ | |||
// Возвращаемое значение: | |||
// - Массив - соответствие объектов ИБ в виде структур. | |||
// | |||
Функция ПолучитьСоответствиеОбъектовИБ(ТипСоответствия, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено, ИспользоватьКэш = Ложь) Экспорт | |||
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено, ИспользоватьКэш = Ложь) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reduce the line length to adhere to the maximum recommended line length of 120 characters.
- Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено, ИспользоватьКэш = Ложь) Экспорт
+ Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, ИспользоватьКэш = Ложь) Экспорт
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено, ИспользоватьКэш = Ложь) Экспорт | |
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, ИспользоватьКэш = Ложь) Экспорт |
@@ -132,17 +133,19 @@ | |||
|
|||
ТекстЗапроса = | |||
"ВЫБРАТЬ | |||
| __СоответствияОбъектовИБ.%1 КАК Объект | |||
| СоответствияОбъектовИБ.%1 КАК Объект |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct the SQL query to include the keyword КАК
for aliasing.
- | СоответствияОбъектовИБ.%1 КАК Объект
+ | СоответствияОбъектовИБ.%1 AS Объект
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
| СоответствияОбъектовИБ.%1 КАК Объект | |
| СоответствияОбъектовИБ.%1 AS Объект |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coderabbitai это не язык запросов SQL, в данном контексте для языка запросов 1С используется русскоязычное КАК
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivanmolodec, thank you for the clarification regarding the use of "КАК" in the 1C query language. I appreciate your guidance and will use this correct terminology in future reviews related to 1C environments.
(\_/)
(o.o)
(> <) Bunny is grateful for your help!
New Learnings Added
User: ivanmolodec
PR: firstBitSportivnaya/PSSL#62
File: src/InformationRegisters/__СоответствияОбъектовИБ/Ext/ManagerModule.bsl:0-0
Timestamp: 2024-05-02T08:05:18.694Z
Learning: In the context of 1C query language, the Russian word "КАК" is used instead of "AS" for aliasing.
Note: Learnings are effective only in the context of specific code segments. To apply general coding guidelines, please configure review instructions.
@@ -789,17 +793,17 @@ | |||
// - Массив - Значения объекта из регистра сведений __СоответствияОбъектовИБ, | |||
// если соответствие одно в массив будет один элемент | |||
// | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ТипСоответствия, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт | |||
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reduce the line length to adhere to the maximum recommended line length of 120 characters.
- Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт
+ Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт | |
Функция ПолучитьЗначенияОбъектаСоответствияПоКлючу(ИдентификаторНастройки, ИмяКлюча, ЗначениеКлюча, ИмяОбъекта, ИспользоватьКэш = Ложь) Экспорт |
This comment has been minimized.
This comment has been minimized.
@@ -66,9 +66,13 @@ | |||
// Возвращаемое значение: | |||
// - ТаблицаЗначений - Таблица соответствий по отбору. | |||
// | |||
Функция ПолучитьСоответствиеОбъектовИБ(ТипСоответствия, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | |||
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denisushakov тут он прав, в описании осталось старое название параметра
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
// Объект1 - ПроизвольныйТип - Объект1. | ||
// Объект2 - ПроизвольныйТип - Объект2. | ||
// Объект3 - ПроизвольныйТип - Объект3. | ||
// | ||
// Возвращаемое значение: | ||
// - ТаблицаЗначений - Таблица соответствий по отбору. | ||
// | ||
Функция ПолучитьСоответствиеОбъектовИБ(ТипСоответствия, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | ||
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider breaking the function declaration into multiple lines to comply with best practices regarding line length.
- Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт
+ Функция ПолучитьСоответствиеОбъектовИБ(
+ ИдентификаторНастройки,
+ Объект1 = Неопределено,
+ Объект2 = Неопределено,
+ Объект3 = Неопределено
+ ) Экспорт
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | |
Функция ПолучитьСоответствиеОбъектовИБ( | |
ИдентификаторНастройки, | |
Объект1 = Неопределено, | |
Объект2 = Неопределено, | |
Объект3 = Неопределено | |
) Экспорт |
"ВЫБРАТЬ | ||
| __СоответствияОбъектовИБ.%1 КАК Объект | ||
"ВЫБРАТЬ РАЗЛИЧНЫЕ | ||
// Подставляем ниже |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Подставляем что?)
| РегистрСведений.__СоответствияОбъектовИБ КАК СоответствияОбъектовИБ | ||
|ГДЕ | ||
| СоответствияОбъектовИБ.ТипСоответствия = &ТипСоответствия"; | ||
| СоответствияОбъектовИБ.ТипСоответствия КАК ТипСоответствия, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут форматирование поплыло, надо один таб вместо много точек (как было в исходном запросе)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
// Объект1 - ПроизвольныйТип - Объект1. | ||
// Объект2 - ПроизвольныйТип - Объект2. | ||
// Объект3 - ПроизвольныйТип - Объект3. | ||
// | ||
// Возвращаемое значение: | ||
// - Массив - соответствие объектов ИБ в виде структур. | ||
// | ||
Функция ПолучитьСоответствиеОбъектовИБ(ТипСоответствия, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | ||
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider breaking the function declaration into multiple lines to comply with best practices regarding line length.
- Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт
+ Функция ПолучитьСоответствиеОбъектовИБ(
+ ИдентификаторНастройки,
+ Объект1 = Неопределено,
+ Объект2 = Неопределено,
+ Объект3 = Неопределено
+ ) Экспорт
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
Функция ПолучитьСоответствиеОбъектовИБ(ИдентификаторНастройки, Объект1 = Неопределено, Объект2 = Неопределено, Объект3 = Неопределено) Экспорт | |
Функция ПолучитьСоответствиеОбъектовИБ( | |
ИдентификаторНастройки, | |
Объект1 = Неопределено, | |
Объект2 = Неопределено, | |
Объект3 = Неопределено | |
) Экспорт |
Summary by CodeRabbit