hasankhan / sql-cli

Cross platform command line interface for SQL Server
Apache License 2.0
158 stars 41 forks source link

add search command #38

Closed kldeb closed 7 years ago

kldeb commented 7 years ago

Create a search command for searching text for every column in every table. It can take a while in a large database.

kldeb commented 7 years ago

@hasankhan will do, is there an example i can use for the "Searching..." console output?

hasankhan commented 7 years ago

There isn't an example unfortunately, your command would be the first one to do so. You can use the messages object passed to the method.

kldeb commented 7 years ago

@hasankhan is the test for the search good enough?