Question Yann Simons · Feb 16 %JSON.Adaptor don't clear "list of" property Hi, I'm having a problem with %JSON.Adaptor and "list of" binding. For exemple, this class with a property "oazisCode As list of %String". Class User.ADGroup Extends (%Persistent, %JSON.Adaptor) { /// Code interne Property code As %String; /// Libellé Property text As %String(MAXLEN = ""); Property oazisCode As list Of %String; } The first time call to %JSONImport works properly #JSON #InterSystems IRIS for Health 0 5 0 42
Question Yann Simons · Feb 26, 2022 %JSON.Adaptor thow an error with XData with JSON content Hi Community, for our forms validation we use XData to describe fields on server side. These XData are in JSON like this XData FormValidator [ MimeType = application/json ] { { "username": { "required": true }, "email": { "datatype": "email" } } } When I try to use %JSON.Adaptor in same classes, IRIS throw an error at compile time #JSON #InterSystems IRIS 0 8 0 407
Question Yann Simons · Jul 2, 2020 File size on disk bigger than expected with file stream Hello, we use a NAS to archive stream from database to files. If we look at the file size on disk, it is bigger than expected. For example : File size is 127K ls -alh | grep write-chupmb-pdf 127K 2020-07-02 10:43 write-chupmb-pdf Size on disk is 192K du -sh * | grep write-chupmb-pdf 192K write-chupmb-pdf Or expected size is 128K (with 4K blocs) #Caché 0 3 0 523