We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39776a1 + 3af0518 commit 979f03dCopy full SHA for 979f03d
test/init.js
@@ -58,6 +58,9 @@ global.getDataSource = global.getSchema = function(useUrl) {
58
global.connectorCapabilities = {
59
ilike: false,
60
nilike: false,
61
+ // TODO: [b-admike] we do not support arrays at the moment
62
+ // see https://github.com/strongloop/loopback-connector-postgresql/issues/342
63
+ supportsArrays: false,
64
};
65
66
global.sinon = require('sinon');
0 commit comments