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

Ошибка при редактировании Сущности - генерируется новый идентификатор #51

Open
Mopo3ru opened this issue Oct 18, 2020 · 0 comments
Labels
bug Something isn't working connector postgres

Comments

@Mopo3ru
Copy link

Mopo3ru commented Oct 18, 2020

src\oscript_modules\entity\src\Классы\КоннекторPostgreSQL.os

Процедура Сохранить()
...

Запрос.ВыполнитьКоманду();

Если ОбъектМодели.Идентификатор().ГенерируемоеЗначение Тогда

	Если ЭтоВставкаОбъекта Тогда

...

ЗАМЕНИТЬ НА:

Запрос.ВыполнитьКоманду();

Если ОбъектМодели.Идентификатор().ГенерируемоеЗначение И НЕ ЗначениеЗаполнено(ОбъектМодели.ПолучитьЗначениеИдентификатора(Сущность)) Тогда

	Если ЭтоВставкаОбъекта Тогда

...

  • в этой же процедуре убрать:
    Сообщить(ТекстЗапроса);
@nixel2007 nixel2007 added bug Something isn't working connector postgres labels Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working connector postgres
Projects
None yet
Development

No branches or pull requests

2 participants