sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

simplify check in db.spec.js for mysql-like clients #103

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This simplifies the check in the if statements in the db.spec.js file for mysql-like clients. The principle imeputus for this PR is that similar to MariaDB, I plan to add Percona, and would prefer to not have to go through the entire file and add the or statements like I did with MariaDB.