Skip to content

Commit 979f03d

Browse files
authored
Merge pull request #375 from strongloop/fix/add-connectorcapability-flag
chore: connector flag for no array type support
2 parents 39776a1 + 3af0518 commit 979f03d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/init.js

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ global.getDataSource = global.getSchema = function(useUrl) {
5858
global.connectorCapabilities = {
5959
ilike: false,
6060
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,
6164
};
6265

6366
global.sinon = require('sinon');

0 commit comments

Comments
 (0)