Skip to content

Commit 9302032

Browse files
author
loay
committed
Add getDefaultSchema function
1 parent ff448a6 commit 9302032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/discovery.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,8 @@ function mixinDiscovery(PostgreSQL) {
331331

332332
PostgreSQL.prototype.setNullableProperties = function(r) {
333333
};
334+
335+
PostgreSQL.prototype.getDefaultSchema = function() {
336+
return '';
337+
};
334338
}

0 commit comments

Comments
 (0)