diff --git a/CN/modules/ROOT/pages/v3.0/1.adoc b/CN/modules/ROOT/pages/v3.0/1.adoc index f1af5f0e..281aee4a 100644 --- a/CN/modules/ROOT/pages/v3.0/1.adoc +++ b/CN/modules/ROOT/pages/v3.0/1.adoc @@ -85,7 +85,6 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3 |关键字处理|支持数据库中关键字的处理|不支持 | 支持 .5+|对象大小写转换|全部大写加双引号转换为小写|不支持 | 支持 |全部小写加双引号转换为大写|不支持 | 支持 -|全部小写加双引号转换为大写|不支持 | 支持 |大小写混合加双引号保持不变|不支持 | 支持 |不加双引号(默认)全部转为小写|不支持 | 支持 |Search Path|支持兼容模式下,默认搜索为sys模式,再搜索pg_catalog模式|不支持 | 支持 @@ -150,6 +149,8 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3 * 兼容Oracle内置数据类型与内置函数 https://github.com/IvorySQL/IvorySQL/issues/239[问题细节] * 添加plisql扩展 https://github.com/IvorySQL/IvorySQL/issues/211[问题细节] +> 说明:关于新增功能更多介绍请参考本文档中心功能列表 + == 问题修复 @@ -166,7 +167,6 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3 * 无权限的函数/存储过程 可以被all_procedures/all_arguments/all_source视图查看 https://github.com/IvorySQL/IvorySQL/issues/378[问题细节] * 当自增列类型为numer类型,且指定了精度时,by default on null插入null值时,不是插入的具体序列值,而是插入的null值 https://github.com/IvorySQL/IvorySQL/issues/386[问题细节] -> 说明:关于新增功能更多介绍请参考本文档中心功能列表 == 源代码 diff --git a/EN/modules/ROOT/pages/v3.0/1.adoc b/EN/modules/ROOT/pages/v3.0/1.adoc index 10d02c7a..4c99511b 100644 --- a/EN/modules/ROOT/pages/v3.0/1.adoc +++ b/EN/modules/ROOT/pages/v3.0/1.adoc @@ -134,7 +134,7 @@ IvorySQL 3.0 signifies a major shift in its architectural design, diverging from * Addresses an issue with PL/SQL creation functions/stored procedures https://github.com/IvorySQL/IvorySQL/issues/477[Problem details] * Compatible with Oracle anonymous blocks https://github.com/IvorySQL/IvorySQL/issues/304[Problem details] * Creating a function or procedure in SQL parser supports nested subprocedures https://github.com/IvorySQL/IvorySQL/issues/312[Problem details] -* Nested child processes and functions IS/As do not need to be declared https://github.com/IvorySQL/IvorySQL/issues/303[Problem details] +* Nested child processes and functions IS/AS do not need to be declared https://github.com/IvorySQL/IvorySQL/issues/303[Problem details] === Others * Add meson compilation to action https://github.com/IvorySQL/IvorySQL/issues/512[Problem details] @@ -157,11 +157,11 @@ IvorySQL 3.0 signifies a major shift in its architectural design, diverging from * An error occurred while restoring the backup https://github.com/IvorySQL/IvorySQL/issues/483[Problem details] * ivorysql_ora some test cases fail https://github.com/IvorySQL/IvorySQL/issues/461[Problem details] * The NLS parameter specifies that under the three relationships between the ff precision and the accuracy specified in the table, the data processing exceeding the length is inconsistent https://github.com/IvorySQL/IvorySQL/issues/436[Problem details] -* The data processing after the data in the DD HH.MI, SS AM data in the date format is inconsistent with Oracle https://github.com/IvorySQL/IvorySQL/issues/435[Problem details] -* There are problems with the date format, the partial digit check for each part https://github.com/IvorySQL/IvorySQL/issues/434[Problem details] +* The data processing after special symbols appear in the data in DD HH.MI and SS AM in the date format is inconsistent with Oracle https://github.com/IvorySQL/IvorySQL/issues/435[Problem details] +* For the date format, there are problems with the digit verification of each part https://github.com/IvorySQL/IvorySQL/issues/434[Problem details] * NLS related parameter verification issues https://github.com/IvorySQL/IvorySQL/issues/433[Problem details] * Solve the problem that the NLS parameter is set to 12-hour clock, and the default rule for completing AM/PM keywords is inconsistent with Oracle https://github.com/IvorySQL/IvorySQL/issues/405[Problem details] -* The DEFAULTED field value in the function/stored procedure xx_arguments view created with default values is an issue of N https://github.com/IvorySQL/IvorySQL/issues/379[Problem details] +* The problem that the DEFAULTED field value in the xx_arguments view of a function/stored procedure created with a default value is N https://github.com/IvorySQL/IvorySQL/issues/379[Problem details] * Functions/stored procedures without permissions can be viewed in all_procedures/all_arguments/all_source views https://github.com/IvorySQL/IvorySQL/issues/378[Problem details] * When the self-incrementing column type is number type and the precision is specified, when a null value is inserted by default on null, it is not the inserted concrete sequence value, but the inserted null value https://github.com/IvorySQL/IvorySQL/issues/386[Problem details]