vscode-db2i icon indicating copy to clipboard operation
vscode-db2i copied to clipboard

Db2 for IBM i Tools for VS Code

Results 45 vscode-db2i issues
Sort by recently updated
recently updated
newest added

I checked the documentation and issues and didn't see this discussed/mentioned. In Run SQL Scripts we had Run All/From Selected/Selected. Unless I've missed it this is not available in the...

* Adds new view titled "SQL Variables" * View can allow the user to see the value of SQL variables, data areas or some SQL statement * Variables can be...

Using this view: https://www.ibm.com/docs/en/i/7.4?topic=services-object-privileges-view

enhancement
good first issue

hi, when trying only to use VS-Code i stumbled on something strange. when looking at 1 date field the result set in VS code shows null, but actually it is...

# Request Add the ability to search your statement history for a string # Reason I write a lot of queries. Sometimes I know I wrote something once before that...

enhancement

## Description When the results are shown in the `Results` panel any embedded spaces in a field are squashed into a single space. ## To Reproduce ```sql SELECT firstnme CONCAT...

bug

Initial work done here: https://gist.github.com/worksofliam/5aa61347b97dd5d33325f059244b8160

enhancement

So we can refresh the result set without having the execute the statement again

enhancement

* 'Run All' runs all statements, from the top, until `stop` or end of document is hit * 'Run From' runs all statements from where the cursor currently is, until...

enhancement