@@ -4180,7 +4180,7 @@ Overview of node-oracledb functional tests
4180
4180
165. soda2.js
4181
4181
165.1 create two sodaDatabase objects which point to the same instance
4182
4182
165.2 create two sodaDatabase objects from two connections
4183
- 165.3 creating a collection with the existing name will open this collection
4183
+ 165.3 will open this collection when creating a collection with the existing name
4184
4184
165.4 create collection with metadata
4185
4185
165.5 Negative - create collection with an invalid metadata
4186
4186
165.6 throw error when creating collection with the existing name and different metadata
@@ -4241,4 +4241,16 @@ Overview of node-oracledb functional tests
4241
4241
171.3 data bind
4242
4242
4243
4243
172. executeMany2.js
4244
- 172.1 Negative - incorrect parameters
4244
+ 172.1 Negative - incorrect parameters
4245
+
4246
+ 173. soda5.js
4247
+ 173.1 create index, basic case
4248
+ 173.2 query row not via indexSpec
4249
+ 173.3 Negative - invalid indexSpec, invalid index property
4250
+ 173.4 Negative - createIndex() without parameter
4251
+ 173.5 collection.drop(), basic case
4252
+ 173.6 drop multiple times, no error thrown
4253
+ 173.7 dropIndex(), basic case
4254
+ 173.8 dropping index does not impact query
4255
+ 173.9 The index is dropped regardless of the auto commit mode
4256
+ 173.10 Negative - dropIndex() no parameter
0 commit comments