We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d14f6 commit f91012cCopy full SHA for f91012c
lib/discovery.js
@@ -275,7 +275,8 @@ function mixinDiscovery(PostgreSQL) {
275
* @param {Function} [cb] The callback function
276
*/
277
278
- PostgreSQL.prototype.mysqlDataTypeToJSONType = function(mysqlType, dataLength) {
+ PostgreSQL.prototype.buildPropertyType = function(columnDefinition, dataLength) {
279
+ var mysqlType = columnDefinition.dataType;
280
var type = mysqlType.toUpperCase();
281
switch (type) {
282
case 'BOOLEAN':
0 commit comments