Skip to content

Commit 72335b0

Browse files
authored
Merge pull request #51 from wylans/v3.0
modify release-note
2 parents 306dee7 + c679dd2 commit 72335b0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • CN/modules/ROOT/pages/v3.0
  • EN/modules/ROOT/pages/v3.0

CN/modules/ROOT/pages/v3.0/1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3
8585
|关键字处理|支持数据库中关键字的处理|不支持 | 支持
8686
.5+|对象大小写转换|全部大写加双引号转换为小写|不支持 | 支持
8787
|全部小写加双引号转换为大写|不支持 | 支持
88-
|全部小写加双引号转换为大写|不支持 | 支持
8988
|大小写混合加双引号保持不变|不支持 | 支持
9089
|不加双引号(默认)全部转为小写|不支持 | 支持
9190
|Search Path|支持兼容模式下,默认搜索为sys模式,再搜索pg_catalog模式|不支持 | 支持
@@ -150,6 +149,8 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3
150149
* 兼容Oracle内置数据类型与内置函数 https://github.com/IvorySQL/IvorySQL/issues/239[问题细节]
151150
* 添加plisql扩展 https://github.com/IvorySQL/IvorySQL/issues/211[问题细节]
152151

152+
> 说明:关于新增功能更多介绍请参考本文档中心功能列表
153+
153154

154155
== 问题修复
155156

@@ -166,7 +167,6 @@ IvorySQL 3.0 版本在架构上发生了很大的变化,其使用方式与 2.3
166167
* 无权限的函数/存储过程 可以被all_procedures/all_arguments/all_source视图查看 https://github.com/IvorySQL/IvorySQL/issues/378[问题细节]
167168
* 当自增列类型为numer类型,且指定了精度时,by default on null插入null值时,不是插入的具体序列值,而是插入的null值 https://github.com/IvorySQL/IvorySQL/issues/386[问题细节]
168169

169-
> 说明:关于新增功能更多介绍请参考本文档中心功能列表
170170

171171
== 源代码
172172

EN/modules/ROOT/pages/v3.0/1.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ IvorySQL 3.0 signifies a major shift in its architectural design, diverging from
134134
* Addresses an issue with PL/SQL creation functions/stored procedures https://github.com/IvorySQL/IvorySQL/issues/477[Problem details]
135135
* Compatible with Oracle anonymous blocks https://github.com/IvorySQL/IvorySQL/issues/304[Problem details]
136136
* Creating a function or procedure in SQL parser supports nested subprocedures https://github.com/IvorySQL/IvorySQL/issues/312[Problem details]
137-
* Nested child processes and functions IS/As do not need to be declared https://github.com/IvorySQL/IvorySQL/issues/303[Problem details]
137+
* Nested child processes and functions IS/AS do not need to be declared https://github.com/IvorySQL/IvorySQL/issues/303[Problem details]
138138

139139
=== Others
140140
* 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
157157
* An error occurred while restoring the backup https://github.com/IvorySQL/IvorySQL/issues/483[Problem details]
158158
* ivorysql_ora some test cases fail https://github.com/IvorySQL/IvorySQL/issues/461[Problem details]
159159
* 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]
160-
* 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]
161-
* There are problems with the date format, the partial digit check for each part https://github.com/IvorySQL/IvorySQL/issues/434[Problem details]
160+
* 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]
161+
* For the date format, there are problems with the digit verification of each part https://github.com/IvorySQL/IvorySQL/issues/434[Problem details]
162162
* NLS related parameter verification issues https://github.com/IvorySQL/IvorySQL/issues/433[Problem details]
163163
* 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]
164-
* 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]
164+
* 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]
165165
* 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]
166166
* 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]
167167

0 commit comments

Comments
 (0)