When sending NULL values it transforms them to 0 and therefore rendering the wrong data. See attachments and patch.
| Comment | File | Size | Author |
|---|---|---|---|
| allow-null-values.patch | 1.2 KB | StoraH | |
| null-values-rendered-as-null.png | 39.56 KB | StoraH | |
| null-values-renderd-as-zero.png | 46.41 KB | StoraH |
Comments
Comment #1
rongok commentedI can confirm this. It transforms NULL value to 0.
Comment #2
StoraH commentedDid you have the time to test the patch?
Comment #3
rongok commentedThe above patch works.
Comment #4
rooby commentedComment #6
Niremizov commentedDone. Thx!