Skip to content
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

И я жду, что таблица "ИмяТаблицы" станет содержать строки в течение 20 секунд - обязательность двух колонок. #1695

Closed
Vovchik45 opened this issue Jul 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Vovchik45
Copy link
Contributor

И я жду, что таблица "ИмяТаблицы" станет содержать строки в течение 20 секунд:
    | 'ИмяКолонки1' | 'ИмяКолонки2' |
    | 'Значение1' | 'Значение2' |

Данная конструкция не работает с одной колонкой, только если колонок в условии больше или равно 2

так как в процедуре:

ПроизвестиСравнениеТаблицНаВхождениеСтрокНаСервере

Если ТЗБыло.Колонки.Количество() > 1 Тогда

а должно быть наверное

Если ТЗБыло.Колонки.Количество() >= 1 Тогда

lo0p3r added a commit to lo0p3r/vanessa-automation that referenced this issue Jul 22, 2022
@lo0p3r lo0p3r mentioned this issue Jul 22, 2022
Pr-Mex added a commit that referenced this issue Jul 23, 2022
@Pr-Mex Pr-Mex added the enhancement New feature or request label Jul 23, 2022
@Pr-Mex
Copy link
Owner

Pr-Mex commented Feb 1, 2023

Решено.

@Pr-Mex Pr-Mex closed this as completed Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants