mbertolani

Results 5 issues of mbertolani

O metodo LoadFromJson gera uma exception quando tenta importar um json com campos nulos em um dataset que nao possui campos definidos.

bug

a validação gera erro ![image](https://github.com/viniciussanchez/dataset-serialize/assets/10962444/87fe17cd-53af-4ab2-8792-925da33a169f) para corrigir, alterei a linha 341 if LJSONValue.Value = EmptyStr then para if LJSONValue.AsString='' then

bug

quando a requisicao é feita via form-data a condição do "if MatchText" da falso e dispara o raise. if (Req.MethodType in [mtPost, mtPut, mtPatch]) then begin **if (MatchText(Req.RawWebRequest.ContentType, THorseOctetStreamConfig.GetInstance.AcceptContentType.ToArray)) then**...

bug

### Reproduction https://formkit.link/df706cea9003313e3cbf579799c26ee0 ### Describe the bug the error occurs when I send a new value (empty string or null) to the field. ### Environment • OS: [e.g. iOS] •...

🐛 bug-report
⛑ Needs triage

### Reproduction https://formkit.link/bb1da9cbb64e0ec8beec6acd825f7e26 ### Describe the bug When load initial value in unit fields, the dirty state changes to true ### Environment • OS: [e.g. iOS] • Browser [e.g. chrome,...

🐛 bug
🔵 priority-3
Pro