Skip to content

Commit

Permalink
Merge pull request #4110 from EnterpriseDB/content/docs/ocl/15.2_release
Browse files Browse the repository at this point in the history
OCL - 15.2.0.2 release branch
  • Loading branch information
drothery-edb authored May 19, 2023
2 parents 2f7b717 + 7e1d943 commit a0a4ed9
Show file tree
Hide file tree
Showing 128 changed files with 37 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "EDB OCL Connector"
directoryDefaults:
description: "EDB OCL Connector Version 14.1.0.1 Documentation and release notes."
description: "EDB OCL Connector Version 15.1.0.1 Documentation and release notes."
navigation:
- 01_ocl_release_notes
- ocl_rel_notes
- 02_supported_platforms
- 03_libpq_compatibility
- installing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Release notes"
title: "Version 15.2.0.1"
---
The EDB OCL Connector provides an API similar to the Oracle Call Interface.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Version 15.2.0.2"
---
The EDB OCL Connector provides an API similar to the Oracle Call Interface.

New features, enhancements, bug fixes, and other changes in the EDB OCL Connector 15.2.0.2 include:

| Type | Description |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bug fix | Fixed a performance issue when reading approximately 250,000 rows using the Perforce DBLink abstraction library. [Support ticket: #85251] |
| Bug fix | Fixed an issue where the “Value accessor mismatch" error occurred when retrieving the value of an INTEGER or NUMBER datatype using the Perforce DBLink abstraction library. Support ticket: 85247] |
| Bug fix | Fixed an OCI Date Issue where the date returned was always epoch (1970-1-1). [Support ticket: 88425] |
| Bug fix | Fixed an issue where data insert was failing if parameter names contained the same prefix. [Support ticket: 91805] |
17 changes: 17 additions & 0 deletions product_docs/docs/ocl_connector/15/ocl_rel_notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "EDB ODBC Connector release notes"
navTitle: Release Notes
navigation:
- 15.2.0.2_ocl_release_notes
- 01_ocl_release_notes
---

The EDB ODBC connector documentation describes the latest version of the EDB ODBC connector.

Release notes describe what's new in a release. When a minor or patch release introduces new functionality, indicators in the content identify the version that introduced the new feature.

| Version | Release date |
| ----------------------------------------- | ------------ |
| [15.2.0.2](15.2.0.2_ocl_release_notes) | 2023 May 19 |
| [15.2.0.1](01_ocl_release_notes) | 2023 Feb 14 |

4 changes: 4 additions & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
/docs/odbc_connector/12.0.0.1/* /docs/odbc_connector/latest/ 301
/docs/odbc_connector/12.2.0.1/* /docs/odbc_connector/latest/ 301
# Collapsed versions
/docs/ocl_connector/12.1.2.1/* /docs/ocl_connector/12/:splat/ 301
/docs/ocl_connector/13.1.4.2/* /docs/ocl_connector/13/:splat/ 301
/docs/ocl_connector/14.1.0.1/* /docs/ocl_connector/14/:splat 301
/docs/ocl_connector/15.2.0.1/* /docs/ocl_connector/15/:splat 301
/docs/mysql_data_adapter/2.7.0/* /docs/mongo_data_adapter/2/:splat 301
/docs/mysql_data_adapter/2.6.0/* /docs/mongo_data_adapter/2/:splat 301
/docs/mysql_data_adapter/2.5.5/* /docs/mongo_data_adapter/2/:splat 301
Expand Down

1 comment on commit a0a4ed9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.