Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
ADD A NEW IDEA

InterSystems IRIS

Showing 285 of 606

Add SQL Query History

There is no way to see the history of SQL queries on a particular IRIS server. it'd be good to have for debugging and performance improvement helper. Yes, there are statements with Frozen parameters available, but sometimes one needs to see the ex...
Evgeny Shvarov about 3 hours ago in InterSystems IRIS 0 Needs review

Add a compiler flag to disable accidental code formatting

Add a compiler flag to relax or prevent the code from auto-formatting whenever a source file is imported and thus compiled, the reasoning for that is for preventing irrelevant changes from showing up in the source control such as: argument multi-l...
Rubens Silva 15 days ago in InterSystems IRIS 0 Needs review

Superset language for ObjectScript

With the coming of dynamic objects I feel that at this point we need something that ressembles TypeScript. So my suggestion is for having a superset language that can be transpiled to either classes or routines, whichever fits the bill. The idea i...
Rubens Silva 12 days ago in InterSystems IRIS 0 Needs review

Add "where" clause to SQL Data Export in management portal

Allow user to specify a where clause when doing a data export so the export can be filtered instead of being a full dump of the specified table.
Lori Fassman 21 days ago in InterSystems IRIS 0 Needs review

Use ISOS as acronym for InterSystems ObjectScript

The traditional acronym, COS (=Caché ObjectScript) is not really up-to-dateand appears to be rather unwelcome in an official context ISOS for InterSystems ObjectScript seems to be more appropriate
Robert Cemper 4 months ago in InterSystems IRIS 3 Community Opportunity

Filter DTLs in Rule Definitions

When defining a Rule and adding a Send action I would like to see better filtering on the list of Transforms listed in the UI If the rule is Rule Type = HL7 Message Routing Rule it would seem that the only valid transforms to select are those wh...
Stephen Canzano 18 days ago in InterSystems IRIS 0 Needs review

Implement support for Apache Flink CDC.

Apache Flink CDC is capable of synchronizing data between sources and destinations from transaction log files (Oracle logminer, MySQL binfile, etc.).The idea is to implement support for InterSystems IRIS using the IRIS Journal API.
Yuri Marx 7 days ago in InterSystems IRIS 0 Needs review

Provide a single page view of free space in IRIS DBs

Actually, the information on free space in IRIS DBs requires many clicksand manual drilldown for each DB. +
Robert Cemper 4 months ago in InterSystems IRIS 1 Done by Community

Create a Docker image with material for InterSystems IRIS onboarding

Getting started with InterSystems IRIS is not so easy. There are so many possibilities and for a new dev it could be confusing,and the existing documentation is sparse and not exhaustive.Moreover, ObjectScript has changed a lot over the years, so ...
Pietro Di Leo about 2 months ago in Initial Developer Experience / InterSystems IRIS 0 Needs review

Fix bugged %JSONIGNORENULL parameter implementation

The %JSONIGNORENULL parameter was working as documented up to version 2020, after that version it does not work anymore. The idea is to fix it as per documentation or, in case there are concerns in existing code that may rely on bugged implemen...
Enrico Parisi 7 months ago in InterSystems IRIS 0 Planned