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 7275bf7 commit 61d6817Copy full SHA for 61d6817
test/lobProperties.js
@@ -42,7 +42,7 @@ var dbConfig = require('./dbconfig.js');
42
43
describe('62. lobProperties.js', function() {
44
45
- if(dbConfig.externalAuth){
+ if(dbConfig.externalAuth){
46
var credential = { externalAuth: true, connectString: dbConfig.connectString };
47
} else {
48
var credential = dbConfig;
@@ -56,9 +56,9 @@ describe('62. lobProperties.js', function() {
56
57
before('prepare table and LOB data', function(done) {
58
59
- var sqlCreateTab =
60
- " BEGIN "
61
- + " DECLARE "
+ var sqlCreateTab =
+ " BEGIN "
+ + " DECLARE "
62
+ " e_table_exists EXCEPTION; "
63
+ " PRAGMA EXCEPTION_INIT(e_table_exists, -00942); "
64
0 commit comments