Releases: codefori/vscode-db2i
Releases · codefori/vscode-db2i
vscode-ibmi 0.3.2
- Ensure the SQL Job Manager is shown after first time installation of the SQL Job Manager
- Make sure that pre-selected SQL statements with a tag (like
json:
orcsv:
) will execute with the correct type.
vscode-db2i 0.3.1
Additional logging for server component installation.
vscode-db2i 0.3.0
What's Changed
- Add Geospatial Analytics examples by @shamby87 in #10
- Add code preview tooltip to SQL examples by @shamby87 in #11
- More button only when needed by @shamby87 in #12
- Schema browser refresh on connection by @shamby87 in #13
- Switch icons for IN and OUT parameters in Schema Browser by @davecharron in #17
- add history toggle for runEditorStatement by @shamby87 in #20
- Add right-click options to Schema Browser items by @shamby87 in #18
- New backend tests: CL commands and version check by @ThePrez in #22
- Fix/sql loading indicator by @worksofliam in #24
- Feature/sql job stuff by @worksofliam in #9
- Various enhancements for using server-side component by @ThePrez in #23
- fix: "Display job log" action by @ThePrez in #32
- Use boolean over "true" and "false" strings by @worksofliam in #28
- Wire paging queries into UI by @ThePrez in #31
- Remove server component check after first by @worksofliam in #33
- Change "Job ID" to "Job Name" in UI by @worksofliam in #39
- bugfix: "Statement has already been fully run" by @ThePrez in #42
- Use EventEmitter to allow async server-side activity by @ThePrez in #43
- Feature/new_datagrid by @worksofliam in #41
- SQL tokeniser by @worksofliam in #25
- Provide API and tests to document definitions by @worksofliam in #57
- Ability to automatically start SQL Job by @worksofliam in #50
- Use tokeniser to select value statement group by @worksofliam in #55
- Status Bar item with commitment controls by @worksofliam in #56
- Fix/delim_names by @worksofliam in #35
- Feature/save_config by @worksofliam in #60
- Feature/cursor_autoclose by @worksofliam in #66
- Add CI action to build with webpack by @ThePrez in #38
- Initial work to enable and see tracing data for specific jobs by @worksofliam in #54
- Make the client use a fixed server version by @worksofliam in #68
- bump to v0.3.0 by @ThePrez in #69
New Contributors
- @shamby87 made their first contribution in #10
- @davecharron made their first contribution in #17
- @ThePrez made their first contribution in #22
Full Changelog: 0.2.11...0.3.0
vscode-db2i 0.2.11
Full Changelog: 0.2.10...0.2.11
vscode-db2i 0.2.10
What's Changed
- Fix snippets not being displayed in some instances
- Only enable SQL runner in SQL sources
- Convert Db2 for i to TS by @worksofliam in #8
Full Changelog: 0.2.9...0.2.10
vscode-db2i 0.2.9
- Fix issue with running query for the first time
Full Changelog: 0.2.8...0.2.9
vscode-db2i 0.2.8
- Print spoofile without taking focus
vscode-db2i 0.2.7
- Use brand new config API
vscode-db2i 0.2.6
Removal of language tools. Licensing issues.
vscode-db2i 0.2.5
- Fix to bug when no rows are returned.