Skip to content

Commit

Permalink
Исправление rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 12, 2025
1 parent 3345177 commit f7322a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/КоннекторPostgreSQL.os
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,12 @@

&Тест
Процедура ПоискВПустомСписке() Экспорт

// Дано
МодельДанных = Новый МодельДанных();
ОбъектМодели = МодельДанных.СоздатьОбъектМодели(Тип("СущностьСоВсемиТипамиКолонок"));
Коннектор.ИнициализироватьТаблицу(ОбъектМодели);

Сущность = Новый СущностьСоВсемиТипамиКолонок;
Сущность.Целое = 1;
Коннектор.Сохранить(ОбъектМодели, Сущность);
Expand Down

0 comments on commit f7322a6

Please sign in to comment.