We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b12a3 commit 00952afCopy full SHA for 00952af
1 file changed
lib/discovery.js
@@ -298,7 +298,6 @@ function mixinDiscovery(MySQL, mysql) {
298
return sql;
299
};
300
301
-
302
/**
303
* Build query to determine is strict mode
304
*/
@@ -423,5 +422,4 @@ function mixinDiscovery(MySQL, mysql) {
423
422
MySQL.prototype.setNullableProperty = function(r) {
424
r.nullable = r.nullable ? 'Y' : 'N';
425
426
427
}
0 commit comments