Skip to content

Commit abb3f4f

Browse files
duffnsimonhoibm
authored andcommitted
Add connectorCapabilities global object (#24)
Backport of #24
1 parent 23f26cf commit abb3f4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/init.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ global.getDataSource = global.getSchema = function() {
2222
};
2323
return db;
2424
};
25+
26+
global.connectorCapabilities = {
27+
ilike: false,
28+
nilike: false,
29+
};

0 commit comments

Comments
 (0)