Releases: codefori/vscode-db2i
Releases · codefori/vscode-db2i
vscode-db2i 0.6.1
What's Changed
- Fix issue with DECLARE blocks not being considered by @worksofliam in #179
- Don't use variant characters in SQL statement by @chrjorgensen in #184
- Build/watchTask by @sebjulliand in #186
- Examples browser cleanup by @sebjulliand in #185
- fix: server trace entries overflowing by @ThePrez in #187
New Contributors
- @sebjulliand made their first contribution in #186
Full Changelog: 0.6.0...0.6.1
vscode-db2i 0.6.0
What's new
- Update SQL formatter and allow SQL keyword in lower- or uppercase by @chrjorgensen in #164
- Add new format provider by @worksofliam in #166
- Feature/self codes by @ajshedivy in #156
- Show 'Never' on new SQL job information box by @worksofliam in #178
Fixes
- Add SQL identifier case - new in SQL formatter 14.0.0 by @chrjorgensen in #172
- Stop automatically formatting with Generate SQL feature by @worksofliam in #175
- Cleanup of result set UI by @worksofliam in #176
- Reset the results view on disconnect by @worksofliam in #177
Full Changelog: 0.5.2...0.6.0
vscode-db2i 0.5.2
What's Changed
- Feature/local server component by @worksofliam in #158
- Update package-lock to correct packages and version numbers by @chrjorgensen in #162
New Contributors
- @chrjorgensen made their first contribution in #162
Full Changelog: 0.5.1...0.5.2
vscode-db2i 0.5.1
What's Changed
- APIs for embedded SQL by @worksofliam in #152
- Host parameters treated like snippets by @worksofliam in #153
- Better support for finding statement type when EXEC is used by @worksofliam in #161
Full Changelog: 0.5.0...0.5.1
vscode-db2i 0.5.0
Enhancements
- Feature/improved_index_advice by @worksofliam in #112
- Initial completion item provider by @ajshedivy & @worksofliam in #125
- Feature/schema_index_advice by @worksofliam in #136
- Export the
SQLJobManager
API to be used in Merlin by @SanjulaGanepola in #110 service_info
available from Examples view by @worksofliam in #135- Feature/multiple_object_types by @worksofliam in #140
Fixes
- Fix incorrect SQL job being closed by @SanjulaGanepola in #111
- Cleanup temp file by @davecharron in #116
- Fix/dumb asp support by @worksofliam in #128
- Remove invalid variables for global scope by @worksofliam in #132
- Ability to disable content assist by @worksofliam in #131
- add column precision to content assist by @ajshedivy in #134
New Contributors
- @SanjulaGanepola made their first contribution in #111
- @ajshedivy made their first contribution in #134
Full Changelog: 0.4.1...0.5.0
vscode-db2i 0.4.1
What's Changed
- Fix/startup error by @worksofliam, @ajshedivy and @ThePrez in #113
Full Changelog: 0.4.0...0.4.1
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.