Nathan Woltman
Nathan Woltman
This is a rebase + update of @ruiquelhas's PR #1962. One thing that has been changed from the original PR is that only MySQL 8.0.x has been added to integration...
Currently, the input SQL string is being formatted for every single query, which creates unnecessary overhead when there are no input values to use for formatting. This change prevents `format()`...
When using `vue3-jest` in a project that does not have `@babel/preset-env` as a dependency, `vue3-jest` throws the error: ``` Cannot find module '@babel/preset-env' Require stack: - node_modules/@babel/core/lib/config/files/plugins.js - node_modules/@babel/core/lib/config/files/index.js -...
Fix https://github.com/javve/list.js/issues/562 by checking if the values being sorted are both numbers and sorting them as numbers if they are.