dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Refactor sqlcompletion.py #357

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

pylint does a good job listing the inherent issues here. There are some really crazy methods here with as many as 44 branches. This script needs a proper refactor.