- Added compatibility with connections having credentials stored in autologin Oracle wallets #58
- Added auto-selection of query in "Run Current Statement" command #24
- Added "env" parameter to "Init" command
- Minor fixes
- Added setting "oradew.cliCommand" #50
- Fixed bug #43
- Added compatibility for APEX applications #39 (thanks, @yevon)
- Enabled ".SQL" filename extension #35
- Added "askForPassword" to DB users (dbconfig.json) #34
- Added multi-schema packaging (schema based deployment scripts)
- Added script selection to Deploy command
- Added "Set DB User" command
- Added "oradew" task contribution
- Minor bug fixes and changes
- Upgraded init command
- Added setting for environment variables: "oradew.envVariables" (ex.: "NLS_LANG", "ORACLE_HOME", etc) #28
- Upgraded node-oracledb to v4.1.0
- Added synonyms to source objects #31
- Added problem matcher for scripts and SQLcl as a default CLI #28
- Added configuration for custom source structure #27
- Maintanance
- Check prerequisites on startup #23
- Added telemetry on command's usage
- Added "source.encoding" config #21
- Fix importing all source #20
- Rename "source" to "source.input" config
- Fix "cli-install" when run from extension directory
- Added "Package Delta" command for packaging version changes
- Added "package.exclude" config parameter
- Added "Clear DB Environment" command
- Simplify CLI commands
- Added "Toggle Compile Watch" command for compiling on save
- Added "compile.stageFile" configuration
- Added setting to print additional info from tasks: "oradew.chatty"
- Added "Set DB Environment" command and status bar indicator #17
- Added setting for global dbconfig file: "oradew.databaseConfigFile" #17
- Added version number to deployment package
- !!! Upgraded node-oracledb to v3.1.1 which INCLUDES pre-built binaries for Node 6, 8, 10 and 11. #15
- You may have to upgrade Node, if your version (e.g. 9) is no longer supported.
- Generators have a separate config file (oradewrc-generate.json)
- Added "disabled" and "schemas" properties to DB users (dbconfig.json)
- Generate BOL instead of ChangeLog file
- Added ENV names to spooled logs (deploy)
- Keybinding (ctrl+alt+enter) to re-run last command
- Added command line (CLI) #11
- Added "Compile" commands for UAT, bug fixes...
- Added environment-specific configurations #10
- Added PL/SQL code generators ("Generate" command)
- Fixed keybinding conflicts and activations #12
- Added "import.getDdlFunction" configuration: Use a custom DB function to import object's DDL.
- Added Tables to Source objects
- Added "Run Selected Statement" (Ctrl+Enter) command: Execute SQL and PL/SQL statements.
- Added default values for settings (oradewrc.json)
- Added "Populate Package Input" command
- Added "Edit db configuration" and "Use default workspace configuration" option to Initialize command
- Fixed spaces in workspace folder path #5
- Added multi-schema support PR #8
- !!! Upgraded node-oracledb binary to Node.js 9 - win32 - x64.
- Added "compile.force" parameter
- Added json schema to oradewrc.json config file
- Added triggers to object types
- Added "DEFINE OFF" to generated package script
- Added Run Test command
- Preserve exported objects DB data (moved to storagePath)
- Added "package.template" parameter