sitemule / noxDB

Not only XML. SQL,JSON and XML made easy for IBM i
MIT License
42 stars 20 forks source link

Data-into mapping error for null values #37

Closed NielsLiisberg closed 1 year ago

NielsLiisberg commented 1 year ago

We have made a solution  - it is not perfect - but it will work: Since IBM does not support setting the NULLIND (yet) for the DATA-INTO - we have decided to simply not touch data provided with the null value in the noxDb graph. It means the INZ value you provide will survive the DATA-INTO operation - and will require you to always use the reset before you load your structures. It is a not breaking feature, since nodes with null values would fail to parse in previous releases. However, notice in future releases - when IBM supports real null values - we will change to use real null support without further notice