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

JSON RPC request class refactor #368

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Closes #358.

This PR fixes an issue regarding redundant code leveraging the Request class. I was able to consolidate functionality inside Request which simplified any subclasses leveraging the parent class.