File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4671,7 +4671,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4671
4671
230.3 Negative - client assigned keys are necessary
4672
4672
230.4 Negative - save without arguments
4673
4673
4674
- 231. soda12 .js
4674
+ 231. soda13 .js
4675
4675
231.1 example case
4676
4676
231.2 truncate multiple times
4677
4677
231.3 Negative - invalid parameters
@@ -4738,4 +4738,4 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4738
4738
239.4 implicit binding type
4739
4739
4740
4740
240. errorOffset.js
4741
- 240.1 checks the offset value of the error
4741
+ 240.1 checks the offset value of the error
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ testsUtil.isSodaRunnable = async function() {
110
110
console . log ( 'Error in checking SODA prerequistes:\n' , error ) ;
111
111
}
112
112
113
- if ( ( clientVersion < 1905000000 ) || ( serverVersion < 1805000000 ) ) return false ;
113
+ if ( ( clientVersion < 1903000000 ) || ( serverVersion < 1805000000 ) ) return false ;
114
114
115
115
if ( ( serverVersion >= 2000000000 ) && ( clientVersion < 2000000000 ) ) return false ;
116
116
You can’t perform that action at this time.
0 commit comments