mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
Main build (Jenkins)
This commit is contained in:
parent
2bc6009bbf
commit
2a83ee9461
13032
service/dictionaries/en.json
vendored
13032
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
4
src/en/OInt/core/Modules/OPI_PostgreSQL.os
vendored
4
src/en/OInt/core/Modules/OPI_PostgreSQL.os
vendored
@ -477,10 +477,6 @@ Function ProcessParameter(CurrentParameter, Embedded = False)
|
||||
|
||||
CurrentParameter = String(CurrentParameter);
|
||||
|
||||
ElsIf CurrentType = Type("Date") Then
|
||||
|
||||
CurrentParameter = XMLString(CurrentParameter);
|
||||
|
||||
ElsIf OPI_Tools.CollectionFieldExist(CurrentParameter, "BYTEA") Then
|
||||
|
||||
CurrentParameter = ProcessBlobStructure(CurrentParameter);
|
||||
|
@ -477,10 +477,6 @@ Function ProcessParameter(CurrentParameter, Embedded = False)
|
||||
|
||||
CurrentParameter = String(CurrentParameter);
|
||||
|
||||
ElsIf CurrentType = Type("Date") Then
|
||||
|
||||
CurrentParameter = XMLString(CurrentParameter);
|
||||
|
||||
ElsIf OPI_Tools.CollectionFieldExists(CurrentParameter, "BYTEA") Then
|
||||
|
||||
CurrentParameter = ProcessBlobStructure(CurrentParameter);
|
||||
|
4
src/ru/OInt/core/Modules/OPI_PostgreSQL.os
vendored
4
src/ru/OInt/core/Modules/OPI_PostgreSQL.os
vendored
@ -477,10 +477,6 @@
|
||||
|
||||
ТекущийПараметр = Строка(ТекущийПараметр);
|
||||
|
||||
ИначеЕсли ТекущийТип = Тип("Дата") Тогда
|
||||
|
||||
ТекущийПараметр = XMLСтрока(ТекущийПараметр);
|
||||
|
||||
ИначеЕсли OPI_Инструменты.ПолеКоллекцииСуществует(ТекущийПараметр, "BYTEA") Тогда
|
||||
|
||||
ТекущийПараметр = ОбработатьСтруктуруBlob(ТекущийПараметр);
|
||||
|
Loading…
x
Reference in New Issue
Block a user