Skip to content

Commit 7d836fd

Browse files
committedJan 30, 2016
Update test list
1 parent ab31bb7 commit 7d836fd

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
 

‎test/list.txt

+37
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@
224224
22.1.3 works well with REF Cursor
225225
22.2 stores null value correctly
226226
22.2.1 testing Null, Empty string and Undefined
227+
22.3 PL/SQL binding scalar
228+
22.3.1 PL/SQL binding scalar values IN
229+
22.3.2 bind scalar values INOUT
230+
22.3.3 bind scalar values OUT
231+
22.4 PL/SQL binding indexed tables
232+
- 22.4.1 bind indexed table IN
227233

228234
23. dataTypeNchar.js
229235
23.1 testing NCHAR data in various lengths
@@ -402,6 +408,37 @@
402408
42.4 in PL/SQL, the maximum size is 32767
403409
- 42.4.1 when data length is 200
404410

411+
43. plsqlBinding.js
412+
43.1 binding PL/SQL indexed table
413+
43.1.1 binding PL/SQL indexed table IN
414+
43.1.2 binding PL/SQL indexed table IN OUT
415+
43.1.3 binding PL/SQL indexed table OUT
416+
43.2 test exceptions when using PL/SQL indexed table bindings
417+
43.2.1 maxArraySize is ignored when specifying BIND_IN
418+
43.2.2 maxArraySize is mandatory for BIND_INOUT
419+
42.2.3 maxArraySize cannot smaller than the number of array elements
420+
42.2.4 DATE type has not been supported yet
421+
42.2.5 the type of the array element should be compatible with binding type declaration
422+
42.2.6 type compatibility
423+
- 42.2.7 maxSize restriction
424+
42.2.8 dose not allow array syntax of bindings
425+
43.3 binding PL/SQL scalar
426+
43.3.1 binding PL/SQL scalar IN
427+
- 43.3.2 binding PL/SQL scalar IN/OUT
428+
43.3.3 binding PL/SQL scalar OUT
429+
43.4 test attribute - maxArraySize
430+
43.4.1 maxArraySize property is ignored for BIND_IN
431+
43.4.2 maxArraySize is mandatory for BIND_INOUT
432+
43.4.3 maxArraySize cannot smaller than the number of array elements
433+
43.4.4 maxArraySize can be equal to the number of array elements
434+
- 43.4.5 negative case: large value
435+
43.4.6 negative case: <0
436+
43.4.7 negative case: = 0
437+
43.4.8 negative case: assigning it to be a string
438+
43.4.9 negative case: NaN
439+
43.5 Indexed Table Null Elements
440+
- 43.5.1 null elements work well
441+
405442
51. accessTerminatedPoolAttributes.js
406443
can not access attributes of terminated pool
407444

0 commit comments

Comments
 (0)
Please sign in to comment.