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

@forstie to provide more info

enhancement

Adds the ability to format SQL documents. #### Internal notes Has major change to parser to include scalar functions in `getObjectReferences`. This might affect Source Orbit. It also fixes some...

### Context New feature for generating RPG code/snippet from SQL-statement ### Changes - Modified runSQL to return QueryResult - Added a new statement qualifier 'rpg' ### Dependencies - https://github.com/Mapepire-IBMi/mapepire-server/pull/72 -...

Enables Go to Definition and Peek Definition, which under the hood uses `GENERATE_SQL`. It would be nicer with the formatter, but that can come later since we don't have that...