We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfabbc commit b41bb3aCopy full SHA for b41bb3a
test/lobResultSet.js
@@ -121,7 +121,7 @@ describe('59. lobResultSet.js', function() {
121
122
inStream.pipe(lob);
123
124
- inStream.on('end', function() {
+ lob.on('close', function() {
125
connection.commit( function(err) {
126
should.not.exist(err);
127
cb(); // insertion done
@@ -345,7 +345,7 @@ describe('59. lobResultSet.js', function() {
345
346
347
348
349
350
351
0 commit comments