dbcli / mssql-cli

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

Refactor JSON RPC Request class #358

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

There's redundant code littered through JSON RPC.

Also need to fix PEP 8 issues (#351).