You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/v3.0/1.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ IvorySQL 3.0 signifies a major shift in its architectural design, diverging from
134
134
* Addresses an issue with PL/SQL creation functions/stored procedures https://github.com/IvorySQL/IvorySQL/issues/477[Problem details]
135
135
* Compatible with Oracle anonymous blocks https://github.com/IvorySQL/IvorySQL/issues/304[Problem details]
136
136
* 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]
138
138
139
139
=== Others
140
140
* 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
157
157
* An error occurred while restoring the backup https://github.com/IvorySQL/IvorySQL/issues/483[Problem details]
158
158
* ivorysql_ora some test cases fail https://github.com/IvorySQL/IvorySQL/issues/461[Problem details]
159
159
* 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]
162
162
* NLS related parameter verification issues https://github.com/IvorySQL/IvorySQL/issues/433[Problem details]
163
163
* 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]
165
165
* 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]
166
166
* 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]
0 commit comments