Skip to content

Releases: hyee/dbcli

0.8.2

26 Nov 13:43
Compare
Choose a tag to compare
  1. Subsystem module is developed, currently is used by sqlplus. The sqlplus process becomes a hidden process and control by dbcli, auto-login once and can be reused .
  2. As a benefit of the subsystem feature, the sp <script>( or @ <script>) commands doesn't have to auto-login each time when it is called
  3. Some bug fixes and small enhancements.

Refer to change log.txt for the information, or access 05488a0...9749414 for the code changes by comparing to v0.7.1

dbcli.zip contains the shrinked JRE bundle.

0.7.1

16 Nov 10:50
Compare
Choose a tag to compare

This release contains the fixes of many hidden issues, as well as some enhancements or new features.

Refer to change log.txt for the updates and news, or check the change details by comparing with v0.6.3 via bd13c29...05488a0

dbli.zip contains a shrinked JRE bundle and may not work on all Windows platforms, prefer to use the full installation of JRE 1.7+ instead.

source code.zip is same to dbcli.zip except no JRE bundle.

0.6.3

08 Nov 08:37
Compare
Choose a tag to compare

This release contains the fixes of many hidden issues, as well as some enhancements or new features.

Refer to change log.txt for the updates and news, or check the change details by comparing with v0.5 via eb9d22d...bd13c29

"dbcli.zip" is from brach "With-JRE" which contains a shrinked JRE, and the JRE may not work on all Windows platforms due to charset and region differences. Suggest to have JRE 1.7+ installed in the PC if condition allows, and then define the JRE path in data\init.cfg

Some files in folder ora of v0.5 have been moved to the new show folder, please be noted if you override with this release.

To have the lastest version instead of the released version, just click button Download Zip in the project main page and override to the target folder.

0.5

31 Oct 04:49
Compare
Choose a tag to compare
0.5

minor fixes and new oracle commands

0.5-With-JRE

31 Oct 04:56
Compare
Choose a tag to compare

Includes JRE Bundle, be noted that JRE is the shrinked version and may not work due to the deferences of OS charset and region.

0.4

16 Sep 13:35
Compare
Choose a tag to compare
0.4

Minor fixes

0.3

14 Sep 01:57
Compare
Choose a tag to compare
0.3
fix issue "string slice too long" when fetching blob

support SSH features

08 Sep 17:32
Compare
Choose a tag to compare
support SSH features Pre-release
Pre-release
0.2

ssh: fix terminal unicode issue(partial)