- Log in to post comments
Hi @Guillaume Rongier ! Thanks for sharing!
Could you please submit the demo on Open Exchange too?
- Log in to post comments
Thank you, Arshaq!
- Log in to post comments
Hi Masilu! Could you please submit a new question with the description of the problem?
- Log in to post comments
This is nice, thank you, Ed!
- Log in to post comments
Actually didn't get what the below method does.
Method PropertySetObjectId(id)
Do you have an example?
- Log in to post comments
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.
- Log in to post comments
Be aware that GetStored doesn't work for Calculated or Transient properties, but does work fro SQLComputed.
- Log in to post comments
Marked this approach as a preferred for Object access if the property is not Calculated and not Transient.
- Log in to post comments
SQLCOMPUTECODE is for calculated properties only I believe.
- Log in to post comments
And GetStored effectively bypasses any of these, right?
- Log in to post comments
Do we have two types of getters?
I mean the one which you code a method like Class.PropertyGet()
- Log in to post comments
Thanks, Danny!
good point on slow opening an instance with 100 properties and maybe lot more got swizzled.
- Log in to post comments
Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via SQL
- Log in to post comments
Thanks, Ed! This is nice!
But this will approach will not execute getter method if any, right?
- Log in to post comments
Hi David!
This should be automatic. We'll investigate.
- Log in to post comments
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?
- Log in to post comments
Like a feature map between versions? Would be great to have one.
- Log in to post comments
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?
- Log in to post comments
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.
- Log in to post comments
Hi Murillo!
Also this article by @Michael Broesdorf could be helpful.
- Log in to post comments
IRIS 2019.2 is available on Docker Hub.
The line for Dockerfile is:
ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
- Log in to post comments
Thanks, Jeff!
When the Community version of InterSystems IRIS 2019.2 will be available on Docker Hub too?
- Log in to post comments
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 ;)
- Log in to post comments
Perfect!
Thank you, Vitaly!
- Log in to post comments
So, this is fixed. Thanks, Lexi!
- Log in to post comments
I'd go with one namespace for one project approach. It's much more manageable in the long term.
Take a look at this video where I show the example of starting new ObjectScript project with Github, VSCode, and Docker, and which has an installer for a new namespace.
- Log in to post comments
Notepad++ is an editor on steroids. So is VSCode, sort of. Why are you surprised?
- Log in to post comments
Bravo, Ed! This deserves a standalone post
- Log in to post comments
Good point, John!
Could be a good feature request. But do you want to add an extra option for “Results are hidden until you vote?”
And I think results are visible for everyone when the voting period is over, right?
- Log in to post comments