Releases: codefori/vscode-db2i
Releases · codefori/vscode-db2i
vscode-db2i 0.4.0
What's Changed
- Fixup building of
.vsix
in CI by @ThePrez in #91 - Use server-side CLI and set client special registers by @ThePrez in #86
- ci: add PR comment with build info by @ThePrez in #95
- Overloaded routine names by @davecharron in #94
- Validate user-entered schema / Browse to add schemas by @davecharron in #105
- Build result view columns from query metadata by @ThePrez in #90
- Improved support for multibyte characters by @ThePrez in #96
- Add form validation, move copyUI to own file by @shamby87 in #107
- Add update count to user message when no results are returned by @ThePrez in #108
- Handle terse data format from server for SQL results by @ThePrez in #93
Full Changelog: 0.3.3...0.4.0
vscode-db2i 0.3.3
What's Changed
- Add ALTER support to tokeniser (#77) by @worksofliam in #80
- Feature/improved_alias_and_index_support by @worksofliam in #81
- rename workflow files and build/retain .vsix in CI by @ThePrez in #75
- re-check for server updates if not installed by @ThePrez in #74
- Fix errors when certain SQL statements return no result set by @ThePrez in #84
- fixup failing testcases on main by @ThePrez in #85
- bumpver: v0.3.3 by @ThePrez in #87
Full Changelog: 0.3.2...0.3.3
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