Skip to content

Commit 00bfd7c

Browse files
author
loay
committed
Add setNullableProperties function
1 parent 3721d9e commit 00bfd7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/discovery.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,7 @@ function mixinDiscovery(PostgreSQL) {
328328

329329
PostgreSQL.prototype.setDefaultOptions = function(options) {
330330
};
331+
332+
PostgreSQL.prototype.setNullableProperties = function(options) {
333+
};
331334
}

0 commit comments

Comments
 (0)