@@ -79,7 +79,6 @@ Overview of node-oracledb functional tests
79
79
2.11.2 error occurs at getConnection() when poolMin is the default value 0
80
80
2.12 connectionString alias
81
81
2.12.1 allows connectionString to be used as an alias for connectString
82
- 2.12.2 favors connectString if both connectString and connectionString are passed
83
82
84
83
3. examples.js
85
84
3.1 connect.js
@@ -4086,3 +4085,42 @@ Overview of node-oracledb functional tests
4086
4085
159.1 set the end-to-end tracing attribute - module
4087
4086
159.2 set the tracing attribute - action
4088
4087
159.3 set the tracing attribure - clientId
4088
+
4089
+ 160. editionTest.js
4090
+ 160.1 Default. No edition. Direct connection.
4091
+ 160.2 Default. No edition. Pooled connection.
4092
+ 160.3 Direct connection. Set edition at getting connection.
4093
+ 160.4 Pooled connection. Set edition at creating pool.
4094
+ 160.5 Direct connection. Change session edition.
4095
+ 160.6 Pooled connection. Change session edition.
4096
+ 160.7 sets edition globally. Direct connection.
4097
+ 160.8 sets edition globally. Pooled connection.
4098
+ 160.9 Negative - sets nonexistent edition globally
4099
+ 160.10 Direct connection. Set nonexistent edition.
4100
+ 160.11 Pooled connection. Set nonexistent edition.
4101
+ 160.12 sets to ora$base with direct connection
4102
+ 160.13 resets to ora$base in direct connection
4103
+ 160.14 sets to ora$base with pooled connection
4104
+ 160.15 sets to ora$base globally
4105
+ 160.16 overrides the global setting. Direct connection
4106
+ 160.17 sets to empty string. Direct connection.
4107
+ 160.18 Negative - invalid type. Direct connection.
4108
+ 160.19 Negative - invalid type. Pooled connection.
4109
+ 160.20 sets ORA_EDITION. Direct connection.
4110
+ 160.21 sets ORA_EDITION. Pooled connection.
4111
+ 160.22 sets ORA_EDITION. Direct connection. Set edition at getting connection.
4112
+ 160.23 sets ORA_EDITION. Pooled connection. Set edition at creating pool.
4113
+ 160.24 Negative - Sets ORA_EDITION with nonexistent value. Direct connection.
4114
+ 160.25 Negative - Sets ORA_EDITION with nonexistent value. Pooled connection.
4115
+
4116
+ 161. changePassword.js
4117
+ 161.1 basic case
4118
+ 161.2 pooled connection
4119
+ 161.3 DBA changes password
4120
+ 161.4 connects with an expired password
4121
+ 161.5 for DBA, the original password is ignored
4122
+ 161.6 Negative: basic case, wrong original password
4123
+ 161.7 Negative: basic case. invalid parameter
4124
+ 161.8 Negative: non-DBA tries to change the password
4125
+ 161.9 Negative: invalid type of 'newPassword'
4126
+ 161.10 sets "newPassword" to be an empty string. password unchanged
0 commit comments