Question Rubens Silva · Jul 27, 2017 REST: How to pass query parameters Hello.I'm having difficulties trying to figure (if possible) how to create an URL that also matches query parameters.I tried: #Caché #REST API 0 5 0 2.4K
Question Rubens Silva · Jul 12, 2017 Cannot call job for instance method? Greetings, can someone give me some help? I'm trying to use job for a instance method, as it's described here but...Anyway, I have a method like this: #Object Data Model #Testing #Caché 0 5 0 451
Question Rubens Silva · Jul 11, 2017 dotenv: Read enviroment variables from a .dotenv or straight from your OS You might find it useful or not. It depends on what you can imagine it to be used with, like I had to. Either way, I created a lib that can fetch environment variables from a file or from the OS where Caché is running. Mostly know as dotenv. Many languages have it, so why not Caché?The usage is pretty simple:If you want to use OS env vars exclusively, just use the method: #Object Data Model #Tools #Caché 1 3 0 471
Question Rubens Silva · Jun 12, 2017 Populate not working for relationship Here's my issue. I've been using Sample.* globals and packages mapped to another development namespace to realize unit tests. So when I ran it, I notice that I forgot to start a transaction in order to be able rollback it to it's original data.I assumed that I should use transactions since I was manipulating it's data but I didn't want it to be persisted. #Object Data Model #ObjectScript #Caché 0 1 0 383
Question Rubens Silva · Jun 2, 2017 ResultSet / SQL.StatementResult: How to know if a column value is $list'ed I'm breaking my head trying to figure how to solve this issue. #Object Data Model #SQL #Caché 0 6 0 1K
Article Rubens Silva · May 22, 2017 3m read Port: A VCS-agnostic and project based Studio source control tool - Basic Usage EDIT: This article has been updated with up-to-date information about the Port project, which now includes a tutorial for basic usage.The Port project is something that I've introduced more than two years ago but I hadn't enough room to elaborate a tutorial on how to use it till now. First, the motivation: #Change Management #Git #ObjectScript #Caché Open Exchange app 5 5 2 714
Question Rubens Silva · May 12, 2017 Interprocess comunication (main< = >job) Hello.I would like to know if there's a way to batch a certain amount of writes done inside a job and display it sequentially on the main process.My idea is to prevent the main process from freezing while displaying the batched data. The main process's device could bethe terminal or the Studio output. #Object Data Model #Studio #Caché 1 11 0 664
Question Rubens Silva · May 9, 2017 Atelier: GetDocs bug? Greetings.I'm trying to do some experiments using the Atelier REST API, but I noticed a bug that I simply can't bypass.When requesting the Atelier server asking for an array of docs, it seems to fail when using it with multiple formats.Like: [ "RCWWW015.int", "Class.cls" ]While this method does return the class's source code, it fails when fetching the routine.Like this: #API 1 1 0 314