go to post Evgeny Shvarov · Jun 29, 2019 Actually didn't get what the below method does. Method PropertySetObjectId(id) Do you have an example?
go to post Evgeny Shvarov · Jun 29, 2019 Interesting.SQLComputed property stores the calculated data on disk by default so GetStored works in this case.And doesn't store if Calculated or Transient flags are defined for the property and GetStored throws an error.
go to post Evgeny Shvarov · Jun 29, 2019 Be aware that GetStored doesn't work for Calculated or Transient properties, but does work fro SQLComputed.
go to post Evgeny Shvarov · Jun 29, 2019 Marked this approach as a preferred for Object access if the property is not Calculated and not Transient.
go to post Evgeny Shvarov · Jun 29, 2019 Do we have two types of getters?I mean the one which you code a method like Class.PropertyGet()
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Danny!good point on slow opening an instance with 100 properties and maybe lot more got swizzled.
go to post Evgeny Shvarov · Jun 29, 2019 Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via SQL
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Ed! This is nice!But this will approach will not execute getter method if any, right?
go to post Evgeny Shvarov · Jun 19, 2019 Thanks, Anastasia!Very helpful! I believe we also have a series upon the number of accepted answers, like 10,25,50,100 accepted answers. Do we?
go to post Evgeny Shvarov · Jun 19, 2019 Like a feature map between versions? Would be great to have one.
go to post Evgeny Shvarov · Jun 19, 2019 Raising this again.Suppose I changed how dimension A works. How do I sure that none of the pivots were broken because of the change?Yes, I can manually run all the pivots I have. But maybe somebody did a class for that?
go to post Evgeny Shvarov · Jun 17, 2019 Hi Jimmy!401 means that Authenticated user is not authorized to reach the server.To prove the fact you could grant the application a %ALL role (the second tab) and this should work then.
go to post Evgeny Shvarov · Jun 17, 2019 Hi Murillo!Also this article by @Michael Broesdorf could be helpful.
go to post Evgeny Shvarov · Jun 13, 2019 IRIS 2019.2 is available on Docker Hub.The line for Dockerfile is: ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
go to post Evgeny Shvarov · Jun 11, 2019 Thanks, Jeff!When the Community version of InterSystems IRIS 2019.2 will be available on Docker Hub too?
go to post Evgeny Shvarov · Jun 11, 2019 You are welcome, Nikita! This was pretty random but must admit that WebTerminal is a really popular app. And looking forward to seeing the commit to make the repo considered as InterSystems ObjectScript application ;)