Releases: codefori/vscode-db2i
Releases · codefori/vscode-db2i
vscode-db2i 1.16.0
What's New
- Updated keyboard shortcuts for explaining and running by @sebjulliand in #448
- Enable SELF view for 7.6 by @sebjulliand in #455
- Add keyboard shortcut for new SQL document by @chrjorgensen in #412
- Make columns resizable and improve Null values handling by @dferrand in #409
- Add
Collapse Allbutton to all tree views by @SanjulaGanepola in #483 - Save update prefix statement to statement history by @SanjulaGanepola in #484
- Add
udtfSQL prefix by @SanjulaGanepola in #459 - Add exported API to retrieve SQL examples by @SanjulaGanepola in #480
- Add support for setting any default JDBC option and setting default saved configurations by @SanjulaGanepola in #492
- Add more database object types to the Schema Browser by @SanjulaGanepola in #449
- Bump Mapepire-Server to 2.3.4 by @sebjulliand in #495
What's fixed
- Fixed
runEditorStatementcommand crashing when invoked with no editor opened by @sebjulliand in #456 - fix for #466 Update status could also be UP_TO_DATE by @drahreg in #467
- Add missing pr_testing_template by @janfh in #369
- Fix missing whitespace in job log's
MESSAGE_TEXTandMESSAGE_SECOND_LEVEL_TEXTby @SanjulaGanepola in #485 - Fix single character empty cells not being updatable by @SanjulaGanepola in #486
- Add missing
Open SQL Documentshortcut to package.json by @SanjulaGanepola in #487 - Fixed SQLJobManager::endAll() crashing when disconnecting by @sebjulliand in #490
- Fix actions on quoted database objects by @SanjulaGanepola in #482
Other
- Bump to v1.16.0 by @SanjulaGanepola in #488
New Contributors
Full Changelog: 1.15.1...1.16.0
vscode-db2i 1.15.1
What's Changed
- Fix view contents button when no active editor by @SanjulaGanepola in #446
- Bump to v1.15.1 by @SanjulaGanepola in #447
Full Changelog: 1.15.0...1.15.1
vscode-db2i 1.15.0
What's Changed
- Fix comment for multiline statement in generated RPG by @janfh in #425
- Ignore commented lines when using
updateprefix by @SanjulaGanepola in #431 - Add ability to set Java version in VS Code settings by @worksofliam in #433
- Feature/output parameters by @worksofliam in #434
- Fixed syntax checker update method by @sebjulliand in #441
- Create INSERT statement based on imported csv or json by @julesyan in #435
- Add support for adding custom examples to
Examplesview by @SanjulaGanepola in #436 - Update version to 1.15.0 by @julesyan in #443
New Contributors
Full Changelog: 1.14.0...1.15.0
vscode-db2i 1.14.0
What's Changed
- Support for SQL parameters and binding by @forstie and @worksofliam in #420
Full Changelog: 1.13.3...1.14.0
vscode-db2i 1.13.3
What's fix
- Notebooks:
- Fix issue with column data being undefined.
- Fix issue where zero and null were treated the same
- Fix bug where incorrect JDBC properties were sent when spinning up a new job through the Job Manager
Full Changelog: 1.13.2...1.13.3
vscode-db2i 1.13.2
Redeploy due to VS Code Marketplace.
Full Changelog: 1.13.1...1.13.2
vscode-db2i 1.13.1
What's Changed
- Preserve starred status in query history by @worksofliam in #410
Full Changelog: 1.13.0...1.13.1
vscode-db2i 1.13.0
What's New
- Add new notebook example for job analysis by @forstie & @worksofliam in #394
- New configuration option to select csv column delimiter by @janfh in #400
- Filter and stars by @worksofliam in #401
What's fixed
- RPG symbol name using name or label. Remove non-alphanum chars by @janfh in #391
- Disable peek provider by @worksofliam in #405
- Bump mapepire server version to 2.3.3 by @worksofliam in #406
Full Changelog: 1.12.0...1.13.0
vscode-db2i 1.12.0
What's New
- Use date format = iso by @janfh in #381
- Result view - include label/name in tooltip by @janfh in #383
- Generate RPG data structure from result metadata by @janfh in #368
- Go to Definition support by @forstie and @worksofliam in #278
What's fixed
- Hide schema browser actions from command palette by @janfh in #382
- Don't collapse whitespaces in results and output null in italic by @dferrand in #384
Full Changelog: 1.11.0...1.12.0
vscode-db2i 1.11.0
What's New
- Add "View authorities" option on SQL objects. Resolves #266 by @dferrand and @forstie in #301
- Implement option to use system names for columns in content assist by @worksofliam in #375
- Right click option on SQL objects to view record locks by @janfh and @forstie in #314
- Show column metadata as header row tooltip in result view by @janfh and @forstie in #370
Fixed
- Adjust bracket positioning in SQL hover provider by @worksofliam in #373
- Fix/366_schema_list_sorting by @worksofliam in #372
- Support long and short names in updatable prefix by @worksofliam in #374
- Fix day one cleanup by @worksofliam and @forstie in #378
Other
New Contributors
Full Changelog: 1.10.1...1.11.0