Question Tiago Ribeiro · Oct 18, 2018 $match or "?" Hello all... Is there two matching patterns in Caché, is there a difference in use one or the other?Example: USER>set a = "(1234)" Using $match. USER>w $match(a,"\([0-9]{4}\)") USER>1 Using literal match (sorry if not correctly term expression) USER>W a?1"("4n1")" USER>1 What is different from using one or the other? The 'a?1"("4n1")"' does this pattern exist only Caché.Exists performance improvement with use pattern Caché? #ObjectScript #Caché 0 2 0 602
Question Tiago Ribeiro · Jul 16, 2018 Status of an operating system service Hey Guys.Is possible i know in COS the state of the one service the operation system?One example:What's state of service WinDefend for example, in operating system Windows.I would like to know the status of the service. #Object Data Model #Caché 1 4 0 281
Question Tiago Ribeiro · Sep 26, 2017 Whats Unique, PrimaryKey and IDKey? Hi guys!Unique, PrimaryKey and IDKey?In what contexts does it apply?IDKey sets the registry key access to the store.PrimaryKey, Unique, and IDKey define the uniqueness in the records, but what is correct?I use everyone? What is the context of each? #Caché #Indexing 1 4 0 847
Question Tiago Ribeiro · Aug 30, 2017 Is it possible to stop journaling for a given class? Hey, the question is simple!Is possible one classe is not generated journal?I would like a given class not to generate this data but on a configured basis to generate, is possible? #Caché #Databases 0 4 0 684
Question Tiago Ribeiro · Feb 15, 2017 How to rewind results of %SQL.StatementResult Hi, is possible rewind results of %SQL.StatementResult? I not find a solution. #Caché 0 1 0 535
Question Tiago Ribeiro · Mar 9, 2016 Background "Saída" Studio. Hello good afternoon.It is possible to change the background string " output " of the studio?I would like to add a line in green or red line (TDD). #Caché #Development Environment #Studio 0 5 0 409
Question Tiago Ribeiro · Feb 25, 2016 Better Unit Testing Strategies for InterSystems Caché Development Good morning people.The use of TDD is currently being reference for software delivery more confiabilitade and quality.At the company I work developing web applications , we create tests for method class in a deteminado package and running the steps that the documentation recommends:1 export the tests classes to a predefined folder.2- And running the test ( D ## class (% UnitTest.Manager ) .RunTest (,"/nodelete" )It is a lot of work to do the export and run these tests would have a resource that we could only run the tests without the need for export ? #Object Data Model #Testing #Caché 1 5 0 751
Question Tiago Ribeiro · Feb 18, 2016 Message Error - CSP.Page The cache has error messages default, for example , " -139 SQLCODE : Competition impairment on the update: row versions are not the same. "How i can exchange it for a more friendly to the user's message? I use the CSP.Page and form_save ( ).What is best practice for this situation? #Caché #Frontend 2 3 0 1K