Skip to content

Commit 0e3b1b5

Browse files
committed
Add BLOB PL/SQL bind tests
1 parent 60677b8 commit 0e3b1b5

27 files changed

+18377
-17067
lines changed

test/autoCommit4nestedExecutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('63. autoCommit4nestedExecutes.js', function() {
212212
function(err, result) {
213213
should.exist(err);
214214
// ORA-01036: illegal variable name/number
215-
(err.message).should.startWith('ORA-01036');
215+
(err.message).should.startWith('ORA-01036:');
216216
should.not.exist(result);
217217
cb();
218218
}

0 commit comments

Comments
 (0)