diff --git a/product/en/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md b/product/en/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md index 0efb89e7e2cdfa90cdb8921f607ad78aac1b1cdb..fd35ea57630910a0f034fb15aab0a2d426381c31 100644 --- a/product/en/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md +++ b/product/en/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md @@ -50,10 +50,10 @@ MogDB JDBC Changelog mainly contains new features, improvements, BUG fixes and o ### Changed -- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) Support C Commnet Style -- []Control whether to actively close the stored procedure and return the cursor based on kernel parameters -- []Control whether the connection username and password are case-insensitive based on kernel parameters -- []Support for the execution of anonymous blocks +- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) Adapt kernel parameter `enable_plsql_return_hold_cursor` ParseSQL supports symmetric block comments (C style) +- [] Control whether to actively close the stored procedure return cursor according to the kernel parameter `enable_plsql_return_hold_cursor` +- [] Add parameter `enableUsrpwdCaseInsensitive` to control whether the connection user name and password are case-insensitive according to the kernel parameter `enable_usrpwd_case_insensitive` +- []Adapt Oracle `begin end` anonymous block SQL statement execution ## 5.0.0.3 @@ -94,7 +94,6 @@ MogDB JDBC Changelog mainly contains new features, improvements, BUG fixes and o - [I7W41A](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7W41A) benchmarksql and database cannot be tested normally using unix domain sockets when they are on the same machine - [I7PJFQ](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PJFQ) The driver under Druid reported an IO exception - [I7PAP9](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PAP9) When using mybatis to convert java.util.Date to Timestamp, the data cannot be filtered correctly. -- [I7KLG0](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7KLG0) Support the option parameter in the driver connection string ### Changed diff --git a/product/en/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md b/product/en/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md index 1174d3bb1866330ccbfc625be1221aa7ced61cbc..72715784e8982ad595789c954bec17ce91366ec8 100644 --- a/product/en/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md +++ b/product/en/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md @@ -11,6 +11,31 @@ date: 2022-06-17 > > sudo xattr -r -d com.apple.quarantine /Applications/Mogeaver.app +## 23.3.0 + +2024-02-29 + +- [mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-win32.win32.x86_64.zip) + +### Bug Fixes + +- Toast table display problem +- Debug adaptation `proc_outparam_override` +- Query `current_schema` problem in B mode +- The generated package DDL contains the init part + +### Features + +- Support truncation of partition table partitions +- Supports importing XLSX files +- Support setting C-style code comments +- Supports stored procedure function jump code viewing under the package +- Support auto-adding columns under Dolphin + ## 23.1.1 2023-09-27 diff --git a/product/en/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md b/product/en/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md index 0efb89e7e2cdfa90cdb8921f607ad78aac1b1cdb..fd35ea57630910a0f034fb15aab0a2d426381c31 100644 --- a/product/en/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md +++ b/product/en/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md @@ -50,10 +50,10 @@ MogDB JDBC Changelog mainly contains new features, improvements, BUG fixes and o ### Changed -- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) Support C Commnet Style -- []Control whether to actively close the stored procedure and return the cursor based on kernel parameters -- []Control whether the connection username and password are case-insensitive based on kernel parameters -- []Support for the execution of anonymous blocks +- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) Adapt kernel parameter `enable_plsql_return_hold_cursor` ParseSQL supports symmetric block comments (C style) +- [] Control whether to actively close the stored procedure return cursor according to the kernel parameter `enable_plsql_return_hold_cursor` +- [] Add parameter `enableUsrpwdCaseInsensitive` to control whether the connection user name and password are case-insensitive according to the kernel parameter `enable_usrpwd_case_insensitive` +- []Adapt Oracle `begin end` anonymous block SQL statement execution ## 5.0.0.3 @@ -94,7 +94,6 @@ MogDB JDBC Changelog mainly contains new features, improvements, BUG fixes and o - [I7W41A](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7W41A) benchmarksql and database cannot be tested normally using unix domain sockets when they are on the same machine - [I7PJFQ](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PJFQ) The driver under Druid reported an IO exception - [I7PAP9](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PAP9) When using mybatis to convert java.util.Date to Timestamp, the data cannot be filtered correctly. -- [I7KLG0](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7KLG0) Support the option parameter in the driver connection string ### Changed diff --git a/product/en/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md b/product/en/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md index 10b428e996f33fa6bd907e1433c24da2c52bc65f..72715784e8982ad595789c954bec17ce91366ec8 100644 --- a/product/en/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md +++ b/product/en/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md @@ -11,6 +11,51 @@ date: 2022-06-17 > > sudo xattr -r -d com.apple.quarantine /Applications/Mogeaver.app +## 23.3.0 + +2024-02-29 + +- [mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-win32.win32.x86_64.zip) + +### Bug Fixes + +- Toast table display problem +- Debug adaptation `proc_outparam_override` +- Query `current_schema` problem in B mode +- The generated package DDL contains the init part + +### Features + +- Support truncation of partition table partitions +- Supports importing XLSX files +- Support setting C-style code comments +- Supports stored procedure function jump code viewing under the package +- Support auto-adding columns under Dolphin + +## 23.1.1 + +2023-09-27 + +- [mogeaver-ce-23.1.1-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.1.1-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.1.1-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.1.1-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.1.1-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-win32.win32.x86_64.zip) + +### Bug Fixes + +- uint1/uint2/uint4/uint8 issue +- create sequence issue +- session manager pid zero issue + +### Features + +- Support mogdb debug notice + ## 23.0.2 2023-06-12 diff --git a/product/zh/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md b/product/zh/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md index 36fe5834bc0a9c79f29d910fe19df23fcf5b8c2f..001ed39a3fba6140944f4f2259818db5bccb85df 100644 --- a/product/zh/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md +++ b/product/zh/docs-mogdb/v5.0/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md @@ -50,10 +50,10 @@ MogDB JDBC Changelog主要包含了新功能、改进、BUG修复和其他变更 ### Changed -- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) ParseSQL支持分对称块注释(C风格) -- []根据内核参数控制是否主动关闭存储过程返回游标 -- []根据内核参数控制连接用户名和密码是否不区分大小写 -- []支持匿名块的执行 +- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) 适配内核参数`enable_plsql_return_hold_cursor` ParseSQL支持分对称块注释(C风格) +- []根据内核参数`enable_plsql_return_hold_cursor`控制是否主动关闭存储过程返回游标 +- []增加参数 `enableUsrpwdCaseInsensitive` 根据内核参数 `enable_usrpwd_case_insensitive` 控制连接用户名和密码是否不区分大小写 +- []适配Oracle `begin end`匿名块SQL语句执行 ## 5.0.0.3 @@ -94,7 +94,6 @@ MogDB JDBC Changelog主要包含了新功能、改进、BUG修复和其他变更 - [I7W41A](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7W41A) benchmarksql和数据库在同一台机器时使用unix域套接字无法正常测试 - [I7PJFQ](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PJFQ) Druid下驱动报错IO异常 - [I7PAP9](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PAP9) 使用mybatis将java.util.Date转换到Timestamp出现数据无法正确筛选的情况 -- [I7KLG0](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7KLG0) 支持一下驱动连接串中的option参数 ### Changed diff --git a/product/zh/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md b/product/zh/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md index 29440ff746e0754d28bf5a320311c41b80ed5846..5eb9c82c11008fc10fd3f56135b54b0acd545edd 100644 --- a/product/zh/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md +++ b/product/zh/docs-mogdb/v5.0/mogeaver/mogeaver-release-notes.md @@ -13,6 +13,31 @@ date: 2022-06-17 > > **说明**:`/Applications/Mogeaver.app` 为Mogeaver.app文件所在的目录,需要根据实际情况进行替换。 +## 23.3.0 + +2024-02-29 + +- [mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-win32.win32.x86_64.zip) + +### Bug Fixes + +- toast 表展示问题 +- 调试适配 `proc_outparam_override` +- B模式下查询 `current_schema` 问题 +- 生成包DDL为包含init部分 + +### Features + +- 支持截断分区表分区 +- 支持导入XLSX文件 +- 支持设置C风格代码注释 +- 支持包下存储过程函数跳转代查看代码 +- 支持 Dolphin 下自增列 + ## 23.1.1 2023-09-27 diff --git a/product/zh/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md b/product/zh/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md index 36fe5834bc0a9c79f29d910fe19df23fcf5b8c2f..001ed39a3fba6140944f4f2259818db5bccb85df 100644 --- a/product/zh/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md +++ b/product/zh/docs-mogdb/v5.1/developer-guide/dev/2-development-based-on-jdbc/jdbc-release-notes.md @@ -50,10 +50,10 @@ MogDB JDBC Changelog主要包含了新功能、改进、BUG修复和其他变更 ### Changed -- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) ParseSQL支持分对称块注释(C风格) -- []根据内核参数控制是否主动关闭存储过程返回游标 -- []根据内核参数控制连接用户名和密码是否不区分大小写 -- []支持匿名块的执行 +- [I89ZZU](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I89ZZU) 适配内核参数`enable_plsql_return_hold_cursor` ParseSQL支持分对称块注释(C风格) +- []根据内核参数`enable_plsql_return_hold_cursor`控制是否主动关闭存储过程返回游标 +- []增加参数 `enableUsrpwdCaseInsensitive` 根据内核参数 `enable_usrpwd_case_insensitive` 控制连接用户名和密码是否不区分大小写 +- []适配Oracle `begin end`匿名块SQL语句执行 ## 5.0.0.3 @@ -94,7 +94,6 @@ MogDB JDBC Changelog主要包含了新功能、改进、BUG修复和其他变更 - [I7W41A](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7W41A) benchmarksql和数据库在同一台机器时使用unix域套接字无法正常测试 - [I7PJFQ](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PJFQ) Druid下驱动报错IO异常 - [I7PAP9](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7PAP9) 使用mybatis将java.util.Date转换到Timestamp出现数据无法正确筛选的情况 -- [I7KLG0](https://gitee.com/opengauss/openGauss-connector-jdbc/issues/I7KLG0) 支持一下驱动连接串中的option参数 ### Changed diff --git a/product/zh/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md b/product/zh/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md index 328e30c317e1762b8f2bc96e0d89241a1d698637..5eb9c82c11008fc10fd3f56135b54b0acd545edd 100644 --- a/product/zh/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md +++ b/product/zh/docs-mogdb/v5.1/mogeaver/mogeaver-release-notes.md @@ -13,6 +13,51 @@ date: 2022-06-17 > > **说明**:`/Applications/Mogeaver.app` 为Mogeaver.app文件所在的目录,需要根据实际情况进行替换。 +## 23.3.0 + +2024-02-29 + +- [mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.3.0-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.3.0/mogeaver-ce-23.3.0-win32.win32.x86_64.zip) + +### Bug Fixes + +- toast 表展示问题 +- 调试适配 `proc_outparam_override` +- B模式下查询 `current_schema` 问题 +- 生成包DDL为包含init部分 + +### Features + +- 支持截断分区表分区 +- 支持导入XLSX文件 +- 支持设置C风格代码注释 +- 支持包下存储过程函数跳转代查看代码 +- 支持 Dolphin 下自增列 + +## 23.1.1 + +2023-09-27 + +- [mogeaver-ce-23.1.1-linux.gtk.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-linux.gtk.aarch64.tar.gz) +- [mogeaver-ce-23.1.1-linux.gtk.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-linux.gtk.x86_64.tar.gz) +- [mogeaver-ce-23.1.1-macosx.cocoa.aarch64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-macosx.cocoa.aarch64.tar.gz) +- [mogeaver-ce-23.1.1-macosx.cocoa.x86_64.tar.gz](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-macosx.cocoa.x86_64.tar.gz) +- [mogeaver-ce-23.1.1-win32.win32.x86_64.zip](https://cdn-mogdb.enmotech.com/mogeaver/23.1.1/mogeaver-ce-23.1.1-win32.win32.x86_64.zip) + +### Bug Fixes + +- uint1/uint2/uint4/uint8 issue +- create sequence issue +- session manager pid zero issue + +### Features + +- Support mogdb debug notice + ## 23.0.2 2023-06-12