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 d3f4fe3 commit c667ba1Copy full SHA for c667ba1
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