go to post Gautam Rishi · Jun 22, 2023 i am getting error on this <method does not exist> on GetColumnType
go to post Gautam Rishi · Jun 22, 2023 I am running iris 2023.1, Also I have created an irisusr but i am not aware if that irisusr have access to my /User/abc/workspace I am currently working on OS - MacIf you can help me get access to the workspace to irisusr.
go to post Gautam Rishi · Jun 22, 2023 Adding to above question along with column name, I want to get type of data value it is storing in DB. Example - column Name - String, Age - Integer etc.How can I get this as well.
go to post Gautam Rishi · Jun 21, 2023 I am following standard installation steps. Also, it is solely for my own practice and understanding. I had created a group - irisusr and user - irisusr before installation as a prerequisite
go to post Gautam Rishi · Jun 9, 2023 How about zpm install "git-source-control" what exactly it do. Also, can I manage to run git commit and other statements as we do from terminal in vscode or it is specific to UI only.
go to post Gautam Rishi · Jun 9, 2023 I tried this but it didn't work. Also here is how I am using args to set value inside.do args.%Push(requestBody.firstname) do args.%Push(requestBody.surname) then I did the same thing. - set resultSet = ##class(%SQL.Statement).%ExecDirect( , sql_whereClause, args...)
go to post Gautam Rishi · Jun 9, 2023 Does that mean I should run IRIS system in docker instead of installing it on my host machine?
go to post Gautam Rishi · Jun 9, 2023 how can i pass dynamicarray which has args item to this %ExecDirect() method?
go to post Gautam Rishi · Jun 9, 2023 what about if I am switching branches in my git repo how is that managed in the IRIS instance?
go to post Gautam Rishi · Jun 8, 2023 How can i exit once it is started in namespace. Any keyboard shortcut.
go to post Gautam Rishi · Jun 8, 2023 I am still not clear with these video links. What I want it I have a git repo which I cloned and imported in IRIS system. Now we have one repo which is from git and other is inside iris system. Now if i make changes in IRIS system repo shall they be reflected in my original repo or how can i commit those changes.