-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6263 from EnterpriseDB/edbplus/rn_41.3.0
EDBPlus 41.3.0: release notes, version bumps, supported dbs
- Loading branch information
Showing
6 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.3_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "EDB*Plus 41.3.0 release notes" | ||
navTitle: Version 41.3.0 | ||
--- | ||
|
||
Released: 27 Nov 2024 | ||
|
||
New features, enhancements, bug fixes, and other changes in EDB\*Plus 41.3.0 include: | ||
|
||
| Type | Description | Addresses | | ||
|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------| | ||
| Enhancement | EDB\*Plus has been certified for use with EDB Postgres Advanced Server version 17. | | | ||
| Enhancement | Enhanced the behavior where the `SET LINESIZE` command doesn't behave as expected when set to a value greater than 10. This enhancement mainly applies to the constants used in the select statement. | #103591 <br/> #35673 | | ||
| Bug fix | Corrected the behavior where `SPOOL` was introducing redundant blank lines after each output. | #37846 | | ||
| Bug fix | Fixed the issue where EDB\*Plus is unable to process the command when `--` is used in between `/* */`. | #100496 | | ||
| Bug fix | Fixed the issue causing the execution of a trivial procedural script to perform quite slowly in EDB\*Plus. | #37747 | | ||
| Bug fix | Fixed an issue related to the configuration of EDB\*Plus with SSL certificate authentication method when the password is not specified. | #37970 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,9 +284,9 @@ $ export PGSSLCERTPASS=keypass | |
$ export PGSSLKEYPASS=exppass | ||
$ cd /usr/edb/edbplus | ||
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true | ||
Connected to EnterpriseDB 14.0.0 (192.168.2.22:5444/edb) AS enterprisedb | ||
Connected to EnterpriseDB 16.4.1 (192.168.2.22:5444/edb) AS enterprisedb | ||
|
||
EDB*Plus: Release 14 (Build 40.0.1) | ||
EDB*Plus: (Build 41.3.0) | ||
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. | ||
|
||
SQL> | ||
|
@@ -301,9 +301,9 @@ $ export PGSSLCERTPASS=keypass | |
$ export PGSSLKEYPASS=exppass | ||
$ cd /usr/edb/edbplus | ||
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true | ||
Connected to EnterpriseDB 14.0.0 (192.168.2.22:5444/edb) AS enterprisedb | ||
Connected to EnterpriseDB 16.4.1 (192.168.2.22:5444/edb) AS enterprisedb | ||
|
||
EDB*Plus: Release 14 (Build 40.0.1) | ||
EDB*Plus: (Build 41.3.0) | ||
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. | ||
|
||
SQL> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters