I was testing pypager with our tool, mssql-cli, and for the most part it works great! I'd love to incorporate it into our product.
I noticed, however, that pypager will crop content with some of our query results on Windows. For example, I see the following when executing the same query on Windows and macOS:
Windows:
macOS (what it should look like):
FYI--the results come from querying a SQL db with select * from sys.databases.
I was testing pypager with our tool, mssql-cli, and for the most part it works great! I'd love to incorporate it into our product.
I noticed, however, that pypager will crop content with some of our query results on Windows. For example, I see the following when executing the same query on Windows and macOS:
Windows:
macOS (what it should look like):
FYI--the results come from querying a SQL db with
select * from sys.databases
.